|
CrossThreadData | crossThreadData () const |
|
bool | isNull () const |
|
WEBCORE_EXPORT bool | isHTTP () const |
|
bool | isSuccessful () const |
|
WEBCORE_EXPORT const URL & | url () const |
|
WEBCORE_EXPORT void | setURL (const URL &) |
|
WEBCORE_EXPORT const String & | mimeType () const |
|
WEBCORE_EXPORT void | setMimeType (const String &mimeType) |
|
WEBCORE_EXPORT long long | expectedContentLength () const |
|
WEBCORE_EXPORT void | setExpectedContentLength (long long expectedContentLength) |
|
WEBCORE_EXPORT const String & | textEncodingName () const |
|
WEBCORE_EXPORT void | setTextEncodingName (const String &name) |
|
WEBCORE_EXPORT int | httpStatusCode () const |
|
WEBCORE_EXPORT void | setHTTPStatusCode (int) |
|
WEBCORE_EXPORT const String & | httpStatusText () const |
|
WEBCORE_EXPORT void | setHTTPStatusText (const String &) |
|
WEBCORE_EXPORT const String & | httpVersion () const |
|
WEBCORE_EXPORT void | setHTTPVersion (const String &) |
|
WEBCORE_EXPORT bool | isHTTP09 () const |
|
WEBCORE_EXPORT const HTTPHeaderMap & | httpHeaderFields () const |
|
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) |
|
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 |
|
bool | isMultipart () const |
|
WEBCORE_EXPORT bool | isAttachment () const |
|
WEBCORE_EXPORT String | suggestedFilename () const |
|
WEBCORE_EXPORT void | includeCertificateInfo () const |
|
const std::optional< CertificateInfo > & | certificateInfo () const |
|
WEBCORE_EXPORT bool | cacheControlContainsNoCache () const |
|
WEBCORE_EXPORT bool | cacheControlContainsNoStore () const |
|
WEBCORE_EXPORT bool | cacheControlContainsMustRevalidate () const |
|
WEBCORE_EXPORT bool | cacheControlContainsImmutable () const |
|
WEBCORE_EXPORT bool | hasCacheValidatorFields () const |
|
WEBCORE_EXPORT std::optional< std::chrono::microseconds > | cacheControlMaxAge () const |
|
WEBCORE_EXPORT std::optional< std::chrono::system_clock::time_point > | date () const |
|
WEBCORE_EXPORT std::optional< std::chrono::microseconds > | age () const |
|
WEBCORE_EXPORT std::optional< std::chrono::system_clock::time_point > | expires () const |
|
WEBCORE_EXPORT std::optional< std::chrono::system_clock::time_point > | lastModified () const |
|
ParsedContentRange & | contentRange () const |
|
WEBCORE_EXPORT Source | source () const |
|
WEBCORE_EXPORT void | setSource (Source) |
|
const std::optional< SHA1::Digest > & | cacheBodyKey () const |
|
void | setCacheBodyKey (const SHA1::Digest &key) |
|
NetworkLoadMetrics & | deprecatedNetworkLoadMetrics () const |
|
unsigned | memoryUsage () const |
|
Type | type () const |
|
void | setType (Type type) |
|
bool | isRedirected () const |
|
void | setRedirected (bool isRedirected) |
|
template<class Encoder > |
void | encode (Encoder &) const |
|
CrossThreadData | crossThreadData () const |
|
bool | isNull () const |
|
WEBCORE_EXPORT bool | isHTTP () const |
|
bool | isSuccessful () const |
|
WEBCORE_EXPORT const URL & | url () const |
|
WEBCORE_EXPORT void | setURL (const URL &) |
|
WEBCORE_EXPORT const String & | mimeType () const |
|
WEBCORE_EXPORT void | setMimeType (const String &mimeType) |
|
WEBCORE_EXPORT long long | expectedContentLength () const |
|
WEBCORE_EXPORT void | setExpectedContentLength (long long expectedContentLength) |
|
WEBCORE_EXPORT const String & | textEncodingName () const |
|
WEBCORE_EXPORT void | setTextEncodingName (const String &name) |
|
WEBCORE_EXPORT int | httpStatusCode () const |
|
WEBCORE_EXPORT void | setHTTPStatusCode (int) |
|
WEBCORE_EXPORT const String & | httpStatusText () const |
|
WEBCORE_EXPORT void | setHTTPStatusText (const String &) |
|
WEBCORE_EXPORT const String & | httpVersion () const |
|
WEBCORE_EXPORT void | setHTTPVersion (const String &) |
|
WEBCORE_EXPORT bool | isHTTP09 () const |
|
WEBCORE_EXPORT const HTTPHeaderMap & | httpHeaderFields () const |
|
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) |
|
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 |
|
bool | isMultipart () const |
|
WEBCORE_EXPORT bool | isAttachment () const |
|
WEBCORE_EXPORT String | suggestedFilename () const |
|
WEBCORE_EXPORT void | includeCertificateInfo () const |
|
const std::optional< CertificateInfo > & | certificateInfo () const |
|
WEBCORE_EXPORT bool | cacheControlContainsNoCache () const |
|
WEBCORE_EXPORT bool | cacheControlContainsNoStore () const |
|
WEBCORE_EXPORT bool | cacheControlContainsMustRevalidate () const |
|
WEBCORE_EXPORT bool | cacheControlContainsImmutable () const |
|
WEBCORE_EXPORT bool | hasCacheValidatorFields () const |
|
WEBCORE_EXPORT std::optional< std::chrono::microseconds > | cacheControlMaxAge () const |
|
WEBCORE_EXPORT std::optional< std::chrono::system_clock::time_point > | date () const |
|
WEBCORE_EXPORT std::optional< std::chrono::microseconds > | age () const |
|
WEBCORE_EXPORT std::optional< std::chrono::system_clock::time_point > | expires () const |
|
WEBCORE_EXPORT std::optional< std::chrono::system_clock::time_point > | lastModified () const |
|
ParsedContentRange & | contentRange () const |
|
WEBCORE_EXPORT Source | source () const |
|
WEBCORE_EXPORT void | setSource (Source) |
|
const std::optional< SHA1::Digest > & | cacheBodyKey () const |
|
void | setCacheBodyKey (const SHA1::Digest &key) |
|
NetworkLoadMetrics & | deprecatedNetworkLoadMetrics () const |
|
unsigned | memoryUsage () const |
|
Type | type () const |
|
void | setType (Type type) |
|
bool | isRedirected () const |
|
void | setRedirected (bool isRedirected) |
|
template<class Encoder > |
void | encode (Encoder &) const |
|