package
0.0.0-20250224005500-01948a15fe7c
Repository: https://github.com/chromedp/cdproto.git
Documentation: pkg.go.dev
# Functions
ContinueRequest continues the request, optionally modifying some of its parameters.
ContinueResponse continues loading of the paused response, optionally modifying the response headers.
ContinueWithAuth continues a request supplying authChallengeResponse following authRequired event.
Disable disables the fetch domain.
Enable enables issuing of requestPaused events.
FailRequest causes the request to fail with specified reason.
FulfillRequest provides response to the request.
GetResponseBody causes the body of the response to be received from the server and returned as a single string.
TakeResponseBodyAsStream returns a handle to the stream representing the response body.
# Constants
AuthChallengeResponseResponse values.
AuthChallengeResponseResponse values.
AuthChallengeResponseResponse values.
AuthChallengeSource values.
AuthChallengeSource values.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
RequestStage values.
RequestStage values.
# Structs
AuthChallenge authorization challenge for HTTP status code 401 or 407.
AuthChallengeResponse response to an AuthChallenge.
ContinueRequestParams continues the request, optionally modifying some of its parameters.
ContinueResponseParams continues loading of the paused response, optionally modifying the response headers.
ContinueWithAuthParams continues a request supplying authChallengeResponse following authRequired event.
DisableParams disables the fetch domain.
EnableParams enables issuing of requestPaused events.
EventAuthRequired issued when the domain is enabled with handleAuthRequests set to true.
EventRequestPaused issued when the domain is enabled and the request URL matches the specified filter.
FailRequestParams causes the request to fail with specified reason.
FulfillRequestParams provides response to the request.
GetResponseBodyParams causes the body of the response to be received from the server and returned as a single string.
GetResponseBodyReturns return values.
HeaderEntry response HTTP header entry.
RequestPattern [no description].
TakeResponseBodyAsStreamParams returns a handle to the stream representing the response body.
TakeResponseBodyAsStreamReturns return values.
# Type aliases
AuthChallengeResponseResponse the decision on what to do in response to the authorization challenge.
AuthChallengeSource source of the authentication challenge.
RequestID unique request identifier.
RequestStage stages of the request to handle.