Class
WebKitWebProcessExtensionURIRequest
Description [src]
final class WebKitWebProcessExtension.URIRequest : GObject.Object {
/* No available fields */
}
Represents a URI request.
A WebKitURIRequest
can be created with a URI using the
webkit_uri_request_new()
method, and you can get the URI of an
existing request with the webkit_uri_request_get_uri()
one.
Instance methods
webkit_uri_request_get_http_headers
Get the HTTP headers of a WebKitURIRequest
as a SoupMessageHeaders
.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.