WebKitURIResponse

WebKitURIResponse

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── WebKitURIResponse

Description

Functions

webkit_uri_response_get_uri ()

const gchar *
webkit_uri_response_get_uri (WebKitURIResponse *response);

webkit_uri_response_get_status_code ()

guint
webkit_uri_response_get_status_code (WebKitURIResponse *response);

webkit_uri_response_get_content_length ()

guint64
webkit_uri_response_get_content_length
                               (WebKitURIResponse *response);

webkit_uri_response_get_mime_type ()

const gchar *
webkit_uri_response_get_mime_type (WebKitURIResponse *response);

webkit_uri_response_get_suggested_filename ()

const gchar *
webkit_uri_response_get_suggested_filename
                               (WebKitURIResponse *response);

webkit_uri_response_get_http_headers ()

SoupMessageHeaders *
webkit_uri_response_get_http_headers (WebKitURIResponse *response);

Types and Values

struct WebKitURIResponse

struct WebKitURIResponse;

Property Details

The “content-length” property

  “content-length”           guint64

The expected content length of the response.

Flags: Read

Default value: 0


The “http-headers” property

  “http-headers”             SoupMessageHeaders *

The The HTTP headers of the response.

Flags: Read


The “mime-type” property

  “mime-type”                gchar *

The MIME type of the response.

Flags: Read

Default value: NULL


The “status-code” property

  “status-code”              guint

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

Flags: Read

Default value: 0


The “suggested-filename” property

  “suggested-filename”       gchar *

The suggested filename for the URI response.

Flags: Read

Default value: NULL


The “uri” property

  “uri”                      gchar *

The URI for which the response was made.

Flags: Read

Default value: NULL