webkitwebprocessextension.urirequest
Module for [URIRequest] class
Types 3
Represents a URI request.
A #WebKitURIRequest can be created with a URI using the webkitwebprocessextension.urirequest.URIRequest.new_ method, and you can get the URI of an existing request with the webkitwebprocessextension.urirequest.URIRequest.getUri one.
Methods
URIRequestGidBuilder builder() static nothrowGet builder for [webkitwebprocessextension.urirequest.URIRequest] Returns: New builder objectstring uri() @property nothrowGet `uri` property. Returns: The URI to which the request will be made.void uri(string propval) @property nothrowSet `uri` property. Params: propval = The URI to which the request will be made.soup.message_headers.MessageHeaders getHttpHeaders() nothrowGet the HTTP headers of a #WebKitURIRequest as a #SoupMessageHeaders. Returns: a #SoupMessageHeaders with the HTTP headers of request or null if request is not an HTTP request.string getHttpMethod() nothrowGet the HTTP method of the #WebKitURIRequest. Returns: the HTTP method of the #WebKitURIRequest or null if request is not an HTTP request.Fluent builder implementation template for webkitwebprocessextension.urirequest.URIRequest
Methods
T uri(string propval) nothrowSet `uri` property. Params: propval = The URI to which the request will be made. Returns: Builder instance for fluent chainingFluent builder for webkitwebprocessextension.urirequest.URIRequest
Methods