WebKitWebResource

Represents a resource at the end of a URI.

A #WebKitWebResource encapsulates content for each resource at the end of a particular URI. For example, one #WebKitWebResource will be created for each separate image and stylesheet when a page is loaded.

You can access the response and the URI for a given #WebKitWebResource, using webkit.web_resource.WebResource.getUri and webkit.web_resource.WebResource.getResponse, as well as the raw data, using webkit.web_resource.WebResource.getData.

struct WebKitWebResource