pl.wendigo.chrome.api.network / GetRequestPostDataRequest

GetRequestPostDataRequest

data class GetRequestPostDataRequest (source)

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

Returns post data sent with the request. Returns an error when no data was sent with the request.

Link
Network#getRequestPostData method documentation.

See Also

NetworkOperations.getRequestPostData

Constructors

<init>

GetRequestPostDataRequest(requestId: RequestId)

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

Properties

requestId

val requestId: RequestId

Identifier of the network request to get content for.