chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / GetRequestPostDataResponse

GetRequestPostDataResponse

data class GetRequestPostDataResponse

Response type for the NetworkDomain.getRequestPostData command.

Constructors

<init>

Response type for the NetworkDomain.getRequestPostData command.

GetRequestPostDataResponse(postData: String)

Properties

postData

Request body string, omitting files from multipart requests

val postData: String