pl.wendigo.chrome.domain.network / GetRequestPostDataResponse

GetRequestPostDataResponse

data class GetRequestPostDataResponse (source)

Represents response frame for Network.getRequestPostData method call.

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

Constructors

<init>

GetRequestPostDataResponse(postData: String)

Represents response frame for Network.getRequestPostData method call.

Properties

postData

val postData: String

Request body string, omitting files from multipart requests