|
ResourceRequest | isolatedCopy () const |
|
WEBCORE_EXPORT void | setAsIsolatedCopy (const ResourceRequest &) |
|
WEBCORE_EXPORT bool | isNull () const |
|
WEBCORE_EXPORT bool | isEmpty () const |
|
WEBCORE_EXPORT const URL & | url () const |
|
WEBCORE_EXPORT void | setURL (const URL &url) |
|
WEBCORE_EXPORT void | removeCredentials () |
|
WEBCORE_EXPORT ResourceRequestCachePolicy | cachePolicy () const |
|
WEBCORE_EXPORT void | setCachePolicy (ResourceRequestCachePolicy cachePolicy) |
|
double | timeoutInterval () const |
|
void | setTimeoutInterval (double timeoutInterval) |
|
WEBCORE_EXPORT const URL & | firstPartyForCookies () const |
|
WEBCORE_EXPORT void | setFirstPartyForCookies (const URL &) |
|
WEBCORE_EXPORT const String & | httpMethod () const |
|
WEBCORE_EXPORT void | setHTTPMethod (const String &httpMethod) |
|
WEBCORE_EXPORT const HTTPHeaderMap & | httpHeaderFields () const |
|
WEBCORE_EXPORT void | setHTTPHeaderFields (HTTPHeaderMap) |
|
WEBCORE_EXPORT String | httpHeaderField (const String &name) const |
|
WEBCORE_EXPORT String | httpHeaderField (HTTPHeaderName) const |
|
WEBCORE_EXPORT void | setHTTPHeaderField (const String &name, const String &value) |
|
WEBCORE_EXPORT void | setHTTPHeaderField (HTTPHeaderName, const String &value) |
|
void | addHTTPHeaderField (HTTPHeaderName, const String &value) |
|
void | addHTTPHeaderField (const String &name, const String &value) |
|
void | addHTTPHeaderFieldIfNotPresent (HTTPHeaderName, const String &) |
|
bool | hasHTTPHeaderField (HTTPHeaderName) const |
|
template<size_t length> |
String | httpHeaderField (const char(&)[length]) const =delete |
|
template<size_t length> |
void | setHTTPHeaderField (const char(&)[length], const String &)=delete |
|
template<size_t length> |
void | addHTTPHeaderField (const char(&)[length], const String &)=delete |
|
WEBCORE_EXPORT void | clearHTTPAuthorization () |
|
WEBCORE_EXPORT String | httpContentType () const |
|
WEBCORE_EXPORT void | setHTTPContentType (const String &) |
|
void | clearHTTPContentType () |
|
bool | hasHTTPHeader (HTTPHeaderName) const |
|
WEBCORE_EXPORT String | httpReferrer () const |
|
bool | hasHTTPReferrer () const |
|
WEBCORE_EXPORT void | setHTTPReferrer (const String &) |
|
WEBCORE_EXPORT void | clearHTTPReferrer () |
|
String | httpOrigin () const |
|
bool | hasHTTPOrigin () const |
|
void | setHTTPOrigin (const String &) |
|
WEBCORE_EXPORT void | clearHTTPOrigin () |
|
WEBCORE_EXPORT String | httpUserAgent () const |
|
WEBCORE_EXPORT void | setHTTPUserAgent (const String &) |
|
void | clearHTTPUserAgent () |
|
String | httpAccept () const |
|
void | setHTTPAccept (const String &) |
|
void | clearHTTPAccept () |
|
void | clearHTTPAcceptEncoding () |
|
const Vector< String > & | responseContentDispositionEncodingFallbackArray () const |
|
WEBCORE_EXPORT void | setResponseContentDispositionEncodingFallbackArray (const String &encoding1, const String &encoding2=String(), const String &encoding3=String()) |
|
WEBCORE_EXPORT FormData * | httpBody () const |
|
WEBCORE_EXPORT void | setHTTPBody (RefPtr< FormData > &&) |
|
bool | allowCookies () const |
|
void | setAllowCookies (bool allowCookies) |
|
WEBCORE_EXPORT ResourceLoadPriority | priority () const |
|
WEBCORE_EXPORT void | setPriority (ResourceLoadPriority) |
|
const String & | cachePartition () const |
|
WEBCORE_EXPORT void | setCachePartition (const String &) |
|
void | setDomainForCachePartition (const String &domain) |
|
WEBCORE_EXPORT bool | isConditional () const |
|
WEBCORE_EXPORT void | makeUnconditional () |
|
bool | reportUploadProgress () const |
|
void | setReportUploadProgress (bool reportUploadProgress) |
|
bool | reportLoadTiming () const |
|
void | setReportLoadTiming (bool reportLoadTiming) |
|
bool | reportRawHeaders () const |
|
void | setReportRawHeaders (bool reportRawHeaders) |
|
bool | hiddenFromInspector () const |
|
void | setHiddenFromInspector (bool hiddenFromInspector) |
|
bool | ignoreForRequestCount () const |
|
void | setIgnoreForRequestCount (bool ignoreForRequestCount) |
|
Requester | requester () const |
|
void | setRequester (Requester requester) |
|
String | initiatorIdentifier () const |
|
void | setInitiatorIdentifier (const String &identifier) |
|
bool | encodingRequiresPlatformData () const |
|
template<class Encoder > |
void | encodeWithoutPlatformData (Encoder &) const |
|
template<class Decoder > |
bool | decodeWithoutPlatformData (Decoder &) |
|
ResourceRequest | isolatedCopy () const |
|
WEBCORE_EXPORT void | setAsIsolatedCopy (const ResourceRequest &) |
|
WEBCORE_EXPORT bool | isNull () const |
|
WEBCORE_EXPORT bool | isEmpty () const |
|
WEBCORE_EXPORT const URL & | url () const |
|
WEBCORE_EXPORT void | setURL (const URL &url) |
|
WEBCORE_EXPORT void | removeCredentials () |
|
WEBCORE_EXPORT ResourceRequestCachePolicy | cachePolicy () const |
|
WEBCORE_EXPORT void | setCachePolicy (ResourceRequestCachePolicy cachePolicy) |
|
double | timeoutInterval () const |
|
void | setTimeoutInterval (double timeoutInterval) |
|
WEBCORE_EXPORT const URL & | firstPartyForCookies () const |
|
WEBCORE_EXPORT void | setFirstPartyForCookies (const URL &) |
|
WEBCORE_EXPORT const String & | httpMethod () const |
|
WEBCORE_EXPORT void | setHTTPMethod (const String &httpMethod) |
|
WEBCORE_EXPORT const HTTPHeaderMap & | httpHeaderFields () const |
|
WEBCORE_EXPORT void | setHTTPHeaderFields (HTTPHeaderMap) |
|
WEBCORE_EXPORT String | httpHeaderField (const String &name) const |
|
WEBCORE_EXPORT String | httpHeaderField (HTTPHeaderName) const |
|
WEBCORE_EXPORT void | setHTTPHeaderField (const String &name, const String &value) |
|
WEBCORE_EXPORT void | setHTTPHeaderField (HTTPHeaderName, const String &value) |
|
void | addHTTPHeaderField (HTTPHeaderName, const String &value) |
|
void | addHTTPHeaderField (const String &name, const String &value) |
|
void | addHTTPHeaderFieldIfNotPresent (HTTPHeaderName, const String &) |
|
bool | hasHTTPHeaderField (HTTPHeaderName) const |
|
template<size_t length> |
String | httpHeaderField (const char(&)[length]) const =delete |
|
template<size_t length> |
void | setHTTPHeaderField (const char(&)[length], const String &)=delete |
|
template<size_t length> |
void | addHTTPHeaderField (const char(&)[length], const String &)=delete |
|
WEBCORE_EXPORT void | clearHTTPAuthorization () |
|
WEBCORE_EXPORT String | httpContentType () const |
|
WEBCORE_EXPORT void | setHTTPContentType (const String &) |
|
void | clearHTTPContentType () |
|
bool | hasHTTPHeader (HTTPHeaderName) const |
|
WEBCORE_EXPORT String | httpReferrer () const |
|
bool | hasHTTPReferrer () const |
|
WEBCORE_EXPORT void | setHTTPReferrer (const String &) |
|
WEBCORE_EXPORT void | clearHTTPReferrer () |
|
String | httpOrigin () const |
|
bool | hasHTTPOrigin () const |
|
void | setHTTPOrigin (const String &) |
|
WEBCORE_EXPORT void | clearHTTPOrigin () |
|
WEBCORE_EXPORT String | httpUserAgent () const |
|
WEBCORE_EXPORT void | setHTTPUserAgent (const String &) |
|
void | clearHTTPUserAgent () |
|
String | httpAccept () const |
|
void | setHTTPAccept (const String &) |
|
void | clearHTTPAccept () |
|
void | clearHTTPAcceptEncoding () |
|
const Vector< String > & | responseContentDispositionEncodingFallbackArray () const |
|
WEBCORE_EXPORT void | setResponseContentDispositionEncodingFallbackArray (const String &encoding1, const String &encoding2=String(), const String &encoding3=String()) |
|
WEBCORE_EXPORT FormData * | httpBody () const |
|
WEBCORE_EXPORT void | setHTTPBody (RefPtr< FormData > &&) |
|
bool | allowCookies () const |
|
void | setAllowCookies (bool allowCookies) |
|
WEBCORE_EXPORT ResourceLoadPriority | priority () const |
|
WEBCORE_EXPORT void | setPriority (ResourceLoadPriority) |
|
const String & | cachePartition () const |
|
WEBCORE_EXPORT void | setCachePartition (const String &) |
|
void | setDomainForCachePartition (const String &domain) |
|
WEBCORE_EXPORT bool | isConditional () const |
|
WEBCORE_EXPORT void | makeUnconditional () |
|
bool | reportUploadProgress () const |
|
void | setReportUploadProgress (bool reportUploadProgress) |
|
bool | reportLoadTiming () const |
|
void | setReportLoadTiming (bool reportLoadTiming) |
|
bool | reportRawHeaders () const |
|
void | setReportRawHeaders (bool reportRawHeaders) |
|
bool | hiddenFromInspector () const |
|
void | setHiddenFromInspector (bool hiddenFromInspector) |
|
bool | ignoreForRequestCount () const |
|
void | setIgnoreForRequestCount (bool ignoreForRequestCount) |
|
Requester | requester () const |
|
void | setRequester (Requester requester) |
|
String | initiatorIdentifier () const |
|
void | setInitiatorIdentifier (const String &identifier) |
|
bool | encodingRequiresPlatformData () const |
|
template<class Encoder > |
void | encodeWithoutPlatformData (Encoder &) const |
|
template<class Decoder > |
bool | decodeWithoutPlatformData (Decoder &) |
|
template<class Encoder > |
ALWAYS_INLINE void | encodeBase (Encoder &encoder) const |
|
template<class Decoder > |
ALWAYS_INLINE bool | decodeBase (Decoder &decoder) |
|