pl.wendigo.chrome.api.network / GetRequestPostDataResponse

GetRequestPostDataResponse

data class GetRequestPostDataResponse (source)

Represents response frame that is returned from 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>

GetRequestPostDataResponse(postData: String)

Represents response frame that is returned from Network#getRequestPostData operation call. Returns post data sent with the request. Returns an error when no data was sent with the request.

Properties

postData

val postData: String

Request body string, omitting files from multipart requests