Module chrome_remote_interface_model::network[][src]

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.

Structs

CachedResource

Information about the cached resource.

CachedResourceBuilder
CanClearBrowserCacheCommandDeprecated

Tells whether clearing browser cache is supported.

CanClearBrowserCacheReturnDeprecated

Tells whether clearing browser cache is supported.

CanClearBrowserCookiesCommandDeprecated

Tells whether clearing browser cookies is supported.

CanClearBrowserCookiesReturnDeprecated

Tells whether clearing browser cookies is supported.

CanEmulateNetworkConditionsCommandDeprecated

Tells whether emulation of network conditions is supported.

CanEmulateNetworkConditionsReturnDeprecated

Tells whether emulation of network conditions is supported.

ClearBrowserCacheCommand

Clears browser cache.

ClearBrowserCacheReturn

Clears browser cache.

ClearBrowserCookiesCommand

Clears browser cookies.

ClearBrowserCookiesReturn

Clears browser cookies.

Cookie

Cookie object

CookieBuilder
CookieParam

Cookie parameter object

CookieParamBuilder
CorsErrorStatus
DataReceivedEvent

Fired when data chunk was received over the network.

DataReceivedEventBuilder
DeleteCookiesCommand

Deletes browser cookies with matching name and url or domain/path pair.

DeleteCookiesCommandBuilder
DeleteCookiesReturn

Deletes browser cookies with matching name and url or domain/path pair.

DisableCommand

Disables network tracking, prevents network events from being sent to the client.

DisableReturn

Disables network tracking, prevents network events from being sent to the client.

EmulateNetworkConditionsCommand

Activates emulation of network conditions.

EmulateNetworkConditionsCommandBuilder
EmulateNetworkConditionsReturn

Activates emulation of network conditions.

EnableCommand

Enables network tracking, network events will now be delivered to the client.

EnableReturn

Enables network tracking, network events will now be delivered to the client.

EventSourceMessageReceivedEvent

Fired when EventSource message is received.

EventSourceMessageReceivedEventBuilder
GetAllCookiesCommand

Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the cookies field.

GetAllCookiesReturn

Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the cookies field.

GetCookiesCommand

Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

GetCookiesReturn

Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

GetRequestPostDataCommand

Returns post data sent with the request. Returns an error when no data was sent with the request.

GetRequestPostDataReturn

Returns post data sent with the request. Returns an error when no data was sent with the request.

GetResponseBodyCommand

Returns content served for the given request.

GetResponseBodyReturn

Returns content served for the given request.

Headers

Request / response headers as keys / values of JSON object.

Initiator

Information about the request initiator.

InitiatorBuilder
InterceptionId

Unique intercepted request identifier.

LoaderId

Unique loader identifier.

LoadingFailedEvent

Fired when HTTP request has failed to load.

LoadingFailedEventBuilder
LoadingFinishedEvent

Fired when HTTP request has finished loading.

LoadingFinishedEventBuilder
MonotonicTime

Monotonically increasing time in seconds since an arbitrary point in the past.

PostDataEntry

Post data entry for HTTP request

Request

HTTP request data.

RequestBuilder
RequestId

Unique request identifier.

RequestServedFromCacheEvent

Fired if request ended up loading from cache.

RequestWillBeSentEvent

Fired when page is about to send HTTP request.

RequestWillBeSentEventBuilder
ResourceTiming

Timing information for the request.

ResourceTimingBuilder
Response

HTTP response data.

ResponseBuilder
ResponseReceivedEvent

Fired when HTTP response is available.

ResponseReceivedEventBuilder
SecurityDetails

Security details about a request.

SecurityDetailsBuilder
SetCacheDisabledCommand

Toggles ignoring cache for each request. If true, cache will not be used.

SetCacheDisabledReturn

Toggles ignoring cache for each request. If true, cache will not be used.

SetCookieCommand

Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.

SetCookieCommandBuilder
SetCookieReturn

Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.

SetCookiesCommand

Sets given cookies.

SetCookiesReturn

Sets given cookies.

SetExtraHttpHeadersCommand

Specifies whether to always send extra HTTP headers with the requests from this page.

SetExtraHttpHeadersReturn

Specifies whether to always send extra HTTP headers with the requests from this page.

SetUserAgentOverrideCommand

Allows overriding user agent with the given string.

SetUserAgentOverrideCommandBuilder
SetUserAgentOverrideReturn

Allows overriding user agent with the given string.

SignedCertificateTimestamp

Details of a signed certificate timestamp (SCT).

SignedCertificateTimestampBuilder
TimeSinceEpoch

UTC time in seconds, counted from January 1, 1970.

WebSocketClosedEvent

Fired when WebSocket is closed.

WebSocketCreatedEvent

Fired upon WebSocket creation.

WebSocketFrame

WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.

WebSocketFrameErrorEvent

Fired when WebSocket message error occurs.

WebSocketFrameReceivedEvent

Fired when WebSocket message is received.

WebSocketFrameSentEvent

Fired when WebSocket message is sent.

WebSocketHandshakeResponseReceivedEvent

Fired when WebSocket handshake response becomes available.

WebSocketRequest

WebSocket request data.

WebSocketResponse

WebSocket response data.

WebSocketResponseBuilder
WebSocketWillSendHandshakeRequestEvent

Fired when WebSocket is about to initiate handshake.

WebSocketWillSendHandshakeRequestEventBuilder

Enums

AuthChallengeResponseResponse
AuthChallengeSource
BlockedReason
CertificateTransparencyCompliance
ConnectionType
CookieSameSite
CorsError
ErrorReason
InitiatorType
RequestReferrerPolicy
ResourcePriority
ResourceType
ServiceWorkerResponseSource
TrustTokenParamsRefreshPolicy