CefRequest
Class used to represent a web request. The methods of this class may be called on any thread.
Inheritors
Types
Link copied to clipboard
class CefUrlRequestFlags
Link copied to clipboard
enum ReferrerPolicy
Policy for how the Referrer HTTP header value will be sent during navigation.
Link copied to clipboard
enum ResourceType
Resource type for a request.
Link copied to clipboard
enum TransitionFlags
Transition qualifiers.
Link copied to clipboard
enum TransitionType
Transition type for a request.
Functions
Link copied to clipboard
Create a new CefRequest object.
Link copied to clipboard
Get the URL to the first party for cookies used in combination with CefURLRequest.
Link copied to clipboard
Get the value for the specified response header field.
Link copied to clipboard
Get the header values.
Link copied to clipboard
Returns the globally unique identifier for this request or 0 if not specified.
Link copied to clipboard
Method is called by the native code to get the reference to an previous stored identifier.
Link copied to clipboard
Get the post data.
Link copied to clipboard
Get the referrer policy.
Link copied to clipboard
Get the referrer URL.
Link copied to clipboard
Get the resource type for this request.
Link copied to clipboard
Get the transition type for this request.
Link copied to clipboard
Returns true if this object is read-only.
Link copied to clipboard
Set the URL to the first party for cookies used in combination with CefURLRequest.
Link copied to clipboard
Set the value for the specified response header field.
Link copied to clipboard
Set the header values.
Link copied to clipboard
Method is called by the native code to store a reference to an implemented native JNI counterpart.
Link copied to clipboard
Set the post data.
Link copied to clipboard
Set the referrer URL and policy.