WebKitSoupAuthDialog

WebKitSoupAuthDialog — A SoupSessionFeature to provide a simple authentication dialog for HTTP basic auth support.

Synopsis

                    WebKitSoupAuthDialog;

Description

WebKitSoupAuthDialog is a SoupSessionFeature that you can attach to your SoupSession to provide a simple authentication dialog while handling HTTP basic auth. It is built as a simple C-only module to ease reuse.

Details

WebKitSoupAuthDialog

typedef struct {
    GObject parent_instance;
} WebKitSoupAuthDialog;