GetResponseBodyRequest

@Serializable
data class GetResponseBodyRequest(val requestId: RequestId)

Request object containing input parameters for the FetchDomain.getResponseBody command.

Constructors

Link copied to clipboard
constructor(requestId: RequestId)

Properties

Link copied to clipboard

Identifier for the intercepted request to get body for.