UriRequest

class UriRequest(pointer: <Error class: unknown class><<Error class: unknown class>>)

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.

Constructors

Link copied to clipboard
constructor(uri: String)

Creates a new #WebKitURIRequest for the given URI.

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var uri: String

The URI to which the request will be made.

Link copied to clipboard
val webkitURIRequestPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
fun getHttpHeaders(): <Error class: unknown class>

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

Link copied to clipboard

Get the HTTP method of the #WebKitURIRequest.