| Class | Description |
---|
| AssociatedCookie |
A cookie associated with the request which may or may not be sent with it.
Includes the cookies itself and reasons for blocking or exemption.
|
| AuthChallenge |
Authorization challenge for HTTP status code 401 or 407.
|
| AuthChallengeResponse |
Response to an AuthChallenge.
|
| BlockedSetCookieWithReason |
A cookie which was not stored from a response with the corresponding reason.
|
| CachedResource |
Information about the cached resource.
|
| ClientSecurityState |
ClientSecurityState
|
| ConnectTiming |
ConnectTiming
|
| ContentSecurityPolicyStatus |
ContentSecurityPolicyStatus
|
| Cookie |
Cookie object
|
| CookieParam |
Cookie parameter object
|
| CookiePartitionKey |
cookiePartitionKey object
The representation of the components of the key that are created by the cookiePartitionKey class contained in net/cookies/cookie_partition_key.h.
|
| CorsErrorStatus |
CorsErrorStatus
|
| CrossOriginEmbedderPolicyStatus |
CrossOriginEmbedderPolicyStatus
|
| CrossOriginOpenerPolicyStatus |
CrossOriginOpenerPolicyStatus
|
| DataReceivedEventArgs |
Fired when data chunk was received over the network.
|
| EventSourceMessageReceivedEventArgs |
Fired when EventSource message is received.
|
| ExemptedSetCookieWithReason |
A cookie should have been blocked by 3PCD but is exempted and stored from a response with the
corresponding reason. A cookie could only have at most one exemption reason.
|
| GetCertificateResponse |
GetCertificateResponse
|
| GetCookiesResponse |
GetCookiesResponse
|
| GetRequestPostDataResponse |
GetRequestPostDataResponse
|
| GetResponseBodyForInterceptionResponse |
GetResponseBodyForInterceptionResponse
|
| GetResponseBodyResponse |
GetResponseBodyResponse
|
| GetSecurityIsolationStatusResponse |
GetSecurityIsolationStatusResponse
|
| Headers |
Request / response headers as keys / values of JSON object.
|
| Initiator |
Information about the request initiator.
|
| LoadingFailedEventArgs |
Fired when HTTP request has failed to load.
|
| LoadingFinishedEventArgs |
Fired when HTTP request has finished loading.
|
| LoadNetworkResourceOptions |
An options object that may be extended later to better support CORS,
CORB and streaming.
|
| LoadNetworkResourcePageResult |
An object providing the result of a network resource load.
|
| LoadNetworkResourceResponse |
LoadNetworkResourceResponse
|
| NetworkClient |
Network domain allows tracking network activities of the page. It exposes information about http,
file, data and other requests and responses, their headers, bodies, timing, etc.
|
| PostDataEntry |
Post data entry for HTTP request
|
| ReportingApiEndpoint |
ReportingApiEndpoint
|
| ReportingApiEndpointsChangedForOriginEventArgs |
reportingApiEndpointsChangedForOrigin
|
| ReportingApiReport |
An object representing a report generated by the Reporting API.
|
| ReportingApiReportAddedEventArgs |
Is sent whenever a new report is added.
And after 'enableReportingApi' for all existing reports.
|
| ReportingApiReportUpdatedEventArgs |
reportingApiReportUpdated
|
| Request |
HTTP request data.
|
| RequestInterceptedEventArgs |
Details of an intercepted HTTP request, which must be either allowed, blocked, modified or
mocked.
Deprecated, use Fetch.requestPaused instead.
|
| RequestPattern |
Request pattern for interception.
|
| RequestServedFromCacheEventArgs |
Fired if request ended up loading from cache.
|
| RequestWillBeSentEventArgs |
Fired when page is about to send HTTP request.
|
| RequestWillBeSentExtraInfoEventArgs |
Fired when additional information about a requestWillBeSent event is available from the
network stack. Not every requestWillBeSent event will have an additional
requestWillBeSentExtraInfo fired for it, and there is no guarantee whether requestWillBeSent
or requestWillBeSentExtraInfo will be fired first for the same request.
|
| ResourceChangedPriorityEventArgs |
Fired when resource loading priority is changed
|
| ResourceTiming |
Timing information for the request.
|
| Response |
HTTP response data.
|
| ResponseReceivedEarlyHintsEventArgs |
Fired when 103 Early Hints headers is received in addition to the common response.
Not every responseReceived event will have an responseReceivedEarlyHints fired.
Only one responseReceivedEarlyHints may be fired for eached responseReceived event.
|
| ResponseReceivedEventArgs |
Fired when HTTP response is available.
|
| ResponseReceivedExtraInfoEventArgs |
Fired when additional information about a responseReceived event is available from the network
stack. Not every responseReceived event will have an additional responseReceivedExtraInfo for
it, and responseReceivedExtraInfo may be fired before or after responseReceived.
|
| SearchInResponseBodyResponse |
SearchInResponseBodyResponse
|
| SecurityDetails |
Security details about a request.
|
| SecurityIsolationStatus |
SecurityIsolationStatus
|
| ServiceWorkerRouterInfo |
ServiceWorkerRouterInfo
|
| SetCookieResponse |
SetCookieResponse
|
| SignedCertificateTimestamp |
Details of a signed certificate timestamp (SCT).
|
| SignedExchangeError |
Information about a signed exchange response.
|
| SignedExchangeHeader |
Information about a signed exchange header.
https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation
|
| SignedExchangeInfo |
Information about a signed exchange response.
|
| SignedExchangeReceivedEventArgs |
Fired when a signed exchange was received over the network
|
| SignedExchangeSignature |
Information about a signed exchange signature.
https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1
|
| StreamResourceContentResponse |
StreamResourceContentResponse
|
| SubresourceWebBundleInnerResponseErrorEventArgs |
Fired when request for resources within a .wbn file failed.
|
| SubresourceWebBundleInnerResponseParsedEventArgs |
Fired when handling requests for resources within a .wbn file.
Note: this will only be fired for resources that are requested by the webpage.
|
| SubresourceWebBundleMetadataErrorEventArgs |
Fired once when parsing the .wbn file has failed.
|
| SubresourceWebBundleMetadataReceivedEventArgs |
Fired once when parsing the .wbn file has succeeded.
The event contains the information about the web bundle contents.
|
| TakeResponseBodyForInterceptionAsStreamResponse |
TakeResponseBodyForInterceptionAsStreamResponse
|
| TrustTokenOperationDoneEventArgs |
Fired exactly once for each Trust Token operation. Depending on
the type of the operation and whether the operation succeeded or
failed, the event is fired before the corresponding request was sent
or after the response was received.
|
| TrustTokenParams |
Determines what type of Trust Token operation is executed and
depending on the type, some additional parameters. The values
are specified in third_party/blink/renderer/core/fetch/trust_token.idl.
|
| WebSocketClosedEventArgs |
Fired when WebSocket is closed.
|
| WebSocketCreatedEventArgs |
Fired upon WebSocket creation.
|
| WebSocketFrame |
WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.
|
| WebSocketFrameErrorEventArgs |
Fired when WebSocket message error occurs.
|
| WebSocketFrameReceivedEventArgs |
Fired when WebSocket message is received.
|
| WebSocketFrameSentEventArgs |
Fired when WebSocket message is sent.
|
| WebSocketHandshakeResponseReceivedEventArgs |
Fired when WebSocket handshake response becomes available.
|
| WebSocketRequest |
WebSocket request data.
|
| WebSocketResponse |
WebSocket response data.
|
| WebSocketWillSendHandshakeRequestEventArgs |
Fired when WebSocket is about to initiate handshake.
|
| WebTransportClosedEventArgs |
Fired when WebTransport is disposed.
|
| WebTransportConnectionEstablishedEventArgs |
Fired when WebTransport handshake is finished.
|
| WebTransportCreatedEventArgs |
Fired upon WebTransport creation.
|