UriResponse

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

Represents an URI response.

A #WebKitURIResponse contains information such as the URI, the status code, the content length, the mime type, the HTTP status or the suggested filename.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

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

The expected content length of the response.

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

The HTTP headers of the response, or null if the response is not an HTTP response.

Link copied to clipboard

The MIME type of the response.

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

The status code of the response as returned by the server.

Link copied to clipboard

The suggested filename for the URI response.

Link copied to clipboard
val uri: String

The URI for which the response was made.

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