Builder

class Builder(val requestId: RequestId)

A builder for ContinueRequestRequest, which allows setting the optional parameters of the FetchDomain.continueRequest command via a lambda.

Constructors

Link copied to clipboard
constructor(requestId: RequestId)

Properties

Link copied to clipboard

If set, overrides the request headers. Note that the overrides do not extend to subsequent redirect hops, if a redirect happens. Another override may be applied to a different request produced by a redirect.

Link copied to clipboard

If set, overrides response interception behavior for this request.

Link copied to clipboard

If set, the request method is overridden.

Link copied to clipboard

If set, overrides the post data in the request. (Encoded as a base64 string when passed over JSON)

Link copied to clipboard

An id the client received in requestPaused event.

Link copied to clipboard
var url: String?

If set, the request url will be modified in a way that's not observable by page.

Functions

Link copied to clipboard