|
| | ResourceResponse () |
| |
| | ResourceResponse (NSURLResponse *nsResponse) |
| |
| | ResourceResponse (const URL &url, const String &mimeType, long long expectedLength, const String &textEncodingName) |
| |
| unsigned | memoryUsage () const |
| |
| | ResourceResponse () |
| |
| | ResourceResponse (NSURLResponse *nsResponse) |
| |
| | ResourceResponse (const URL &url, const String &mimeType, long long expectedLength, const String &textEncodingName) |
| |
| unsigned | memoryUsage () const |
| |
| | ResourceResponse () |
| |
| | ResourceResponse (const URL &url, const String &mimeType, long long expectedLength, const String &textEncodingName) |
| |
| void | setResponseFired (bool fired) |
| |
| bool | responseFired () |
| |
| CFURLResponseRef | cfURLResponse () const |
| |
| | ResourceResponse () |
| |
| | ResourceResponse (const URL &url, const String &mimeType, long long expectedLength, const String &textEncodingName) |
| |
| | ResourceResponse (SoupMessage *soupMessage) |
| |
| void | updateSoupMessageHeaders (SoupMessageHeaders *) const |
| |
| void | updateFromSoupMessage (SoupMessage *) |
| |
| void | updateFromSoupMessageHeaders (const SoupMessageHeaders *) |
| |
| SoupMessageFlags | soupMessageFlags () const |
| |
| void | setSoupMessageFlags (SoupMessageFlags soupFlags) |
| |
| const String & | sniffedContentType () const |
| |
| void | setSniffedContentType (const String &value) |
| |
| GTlsCertificate * | soupMessageCertificate () const |
| |
| void | setSoupMessageCertificate (GTlsCertificate *certificate) |
| |
| GTlsCertificateFlags | soupMessageTLSErrors () const |
| |
| void | setSoupMessageTLSErrors (GTlsCertificateFlags tlsErrors) |
| |
| 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 |
| |
| 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 |
| |
|
| enum | Tainting {
Tainting::Basic,
Tainting::Cors,
Tainting::Opaque,
Tainting::Basic,
Tainting::Cors,
Tainting::Opaque
} |
| |
| enum | Source {
Source::Unknown,
Source::Network,
Source::DiskCache,
Source::DiskCacheAfterValidation,
Source::MemoryCache,
Source::MemoryCacheAfterValidation,
Source::Unknown,
Source::Network,
Source::DiskCache,
Source::DiskCacheAfterValidation,
Source::MemoryCache,
Source::MemoryCacheAfterValidation
} |
| |
| enum | Type {
Type::Basic,
Type::Cors,
Type::Default,
Type::Error,
Type::Opaque,
Type::Opaqueredirect,
Type::Basic,
Type::Cors,
Type::Default,
Type::Error,
Type::Opaque,
Type::Opaqueredirect
} |
| |
| enum | Tainting {
Tainting::Basic,
Tainting::Cors,
Tainting::Opaque,
Tainting::Basic,
Tainting::Cors,
Tainting::Opaque
} |
| |
| enum | Source {
Source::Unknown,
Source::Network,
Source::DiskCache,
Source::DiskCacheAfterValidation,
Source::MemoryCache,
Source::MemoryCacheAfterValidation,
Source::Unknown,
Source::Network,
Source::DiskCache,
Source::DiskCacheAfterValidation,
Source::MemoryCache,
Source::MemoryCacheAfterValidation
} |
| |
| enum | Type {
Type::Basic,
Type::Cors,
Type::Default,
Type::Error,
Type::Opaque,
Type::Opaqueredirect,
Type::Basic,
Type::Cors,
Type::Default,
Type::Error,
Type::Opaque,
Type::Opaqueredirect
} |
| |
| enum | InitLevel {
Uninitialized,
CommonFieldsOnly,
AllFields,
Uninitialized,
CommonFieldsOnly,
AllFields
} |
| |
| enum | InitLevel {
Uninitialized,
CommonFieldsOnly,
AllFields,
Uninitialized,
CommonFieldsOnly,
AllFields
} |
| |
| WEBCORE_EXPORT | ResourceResponseBase () |
| |
| WEBCORE_EXPORT | ResourceResponseBase (const URL &, const String &mimeType, long long expectedLength, const String &textEncodingName) |
| |
| WEBCORE_EXPORT void | lazyInit (InitLevel) const |
| |
| void | platformLazyInit (InitLevel) |
| |
| CertificateInfo | platformCertificateInfo () const |
| |
| String | platformSuggestedFileName () const |
| |
| WEBCORE_EXPORT | ResourceResponseBase () |
| |
| WEBCORE_EXPORT | ResourceResponseBase (const URL &, const String &mimeType, long long expectedLength, const String &textEncodingName) |
| |
| WEBCORE_EXPORT void | lazyInit (InitLevel) const |
| |
| void | platformLazyInit (InitLevel) |
| |
| CertificateInfo | platformCertificateInfo () const |
| |
| String | platformSuggestedFileName () const |
| |
| static bool | platformCompare (const ResourceResponse &, const ResourceResponse &) |
| |
| static bool | platformCompare (const ResourceResponse &, const ResourceResponse &) |
| |
| bool | m_isNull |
| |
| URL | m_url |
| |
| AtomicString | m_mimeType |
| |
| long long | m_expectedContentLength |
| |
| AtomicString | m_textEncodingName |
| |
| AtomicString | m_httpStatusText |
| |
| AtomicString | m_httpVersion |
| |
| HTTPHeaderMap | m_httpHeaderFields |
| |
| NetworkLoadMetrics | m_networkLoadMetrics |
| |
| std::optional< CertificateInfo > | m_certificateInfo |
| |
| int | m_httpStatusCode |
| |