URIRequest

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.

Constructors

this
this(WebKitURIRequest* webKitURIRequest, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this(string uri)

Creates a new #WebKitURIRequest for the given URI.

Members

Functions

getHttpHeaders
MessageHeaders getHttpHeaders()

Get the HTTP headers of a #WebKitURIRequest as a #SoupMessageHeaders.

getHttpMethod
string getHttpMethod()

Get the HTTP method of the #WebKitURIRequest.

getStruct
void* getStruct()

the main Gtk struct as a void*

getURIRequestStruct
WebKitURIRequest* getURIRequestStruct(bool transferOwnership)

Get the main Gtk struct

getUri
string getUri()
setUri
void setUri(string uri)

Set the URI of @request

Static functions

getType
GType getType()

Variables

webKitURIRequest
WebKitURIRequest* webKitURIRequest;

the main Gtk struct

Meta