webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
_WebKitURIRequestPrivate Struct Reference

Public Attributes

WebCore::ResourceRequest resourceRequest
 
CString uri
 
const char * httpMethod
 
GUniquePtr< SoupMessageHeaders > httpHeaders
 

Detailed Description

SECTION: WebKitURIRequest : Represents a URI request : WebKitURIRequest

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.

Member Data Documentation

◆ httpHeaders

GUniquePtr<SoupMessageHeaders> _WebKitURIRequestPrivate::httpHeaders

◆ httpMethod

const char* _WebKitURIRequestPrivate::httpMethod

◆ resourceRequest

WebCore::ResourceRequest _WebKitURIRequestPrivate::resourceRequest

◆ uri

CString _WebKitURIRequestPrivate::uri

The documentation for this struct was generated from the following file: