pl.wendigo.chrome.api.network / GetResponseBodyRequest

GetResponseBodyRequest

data class GetResponseBodyRequest (source)

Represents request frame that can be used with Network#getResponseBody operation call.

Returns content served for the given request.

Link
Network#getResponseBody method documentation.

See Also

NetworkOperations.getResponseBody

Constructors

<init>

GetResponseBodyRequest(requestId: RequestId)

Represents request frame that can be used with Network#getResponseBody operation call.

Properties

requestId

val requestId: RequestId

Identifier of the network request to get content for.