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

Public Attributes

GRefPtr< WebKitURIRequestrequest
 
GRefPtr< WebKitURIResponseresponse
 
bool canShowMIMEType
 

Detailed Description

SECTION: WebKitResponsePolicyDecision : A policy decision for resource responses : WebKitResponsePolicyDecision : WebKitPolicyDecision, WebKitWebView

WebKitResponsePolicyDecision represents a policy decision for a resource response, whether from the network or the local system. A very common usecase for these types of decision is deciding whether or not to download a particular resource or to load it normally.

Member Data Documentation

◆ canShowMIMEType

bool _WebKitResponsePolicyDecisionPrivate::canShowMIMEType

◆ request

GRefPtr<WebKitURIRequest> _WebKitResponsePolicyDecisionPrivate::request

◆ response

GRefPtr<WebKitURIResponse> _WebKitResponsePolicyDecisionPrivate::response

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