Class

WPEWebKitURIResponse

Description [src]

class WPEWebKit.URIResponse : GObject.Object {
  parent: GObject
}

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.

Hierarchy

hierarchy this WebKitURIResponse ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

webkit_uri_response_get_content_length

Get the expected content length of the WebKitURIResponse. It can be 0 if the server provided an incorrect or missing Content-Length.

webkit_uri_response_get_http_headers

Get the HTTP headers of a WebKitURIResponse as a SoupMessageHeaders.

Available since: 2.6

webkit_uri_response_get_mime_type

Gets the MIME type of the response.

webkit_uri_response_get_status_code

Get the status code of the WebKitURIResponse as returned by the server. It will normally be a SoupKnownStatusCode, for example SOUP_STATUS_OK, though the server can respond with any unsigned integer.

webkit_uri_response_get_suggested_filename

Get the suggested filename for response, as specified by the ‘Content-Disposition’ HTTP header, or NULL if it’s not present.

webkit_uri_response_get_uri

Gets the URI which resulted in the response.

Methods inherited from GObject (42)

Please see GObject for a full list of methods.

Properties

WPEWebKit.URIResponse:content-length

The expected content length of the response.

WPEWebKit.URIResponse:http-headers

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

Available since: 2.6

WPEWebKit.URIResponse:mime-type

The MIME type of the response.

WPEWebKit.URIResponse:status-code

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

WPEWebKit.URIResponse:suggested-filename

The suggested filename for the URI response.

WPEWebKit.URIResponse:uri

The URI for which the response was made.

Signals

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct WPEWebKitURIResponseClass {
  GObjectClass parent_class;
  void (* _webkit_reserved0) (
void
  );
  void (* _webkit_reserved1) (
void
  );
  void (* _webkit_reserved2) (
void
  );
  void (* _webkit_reserved3) (
void
  );
  
}
Class members
parent_class
GObjectClass
  No description available.
_webkit_reserved0
void (* _webkit_reserved0) (
void
  )
  No description available.
_webkit_reserved1
void (* _webkit_reserved1) (
void
  )
  No description available.
_webkit_reserved2
void (* _webkit_reserved2) (
void
  )
  No description available.
_webkit_reserved3
void (* _webkit_reserved3) (
void
  )
  No description available.