chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.fetch / GetResponseBodyRequest

GetResponseBodyRequest

data class GetResponseBodyRequest

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

Constructors

<init>

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

GetResponseBodyRequest(requestId: RequestId)

Properties

requestId

Identifier for the intercepted request to get body for.

val requestId: RequestId