lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
mockzilla-common
/
com.apadmi.mockzilla.lib.models
/
MockzillaHttpRequest
Mockzilla
Http
Request
interface
MockzillaHttpRequest
Members
Properties
headers
Link copied to clipboard
abstract
val
headers
:
Map
<
String
,
String
>
Network request's headers
method
Link copied to clipboard
abstract
val
method
:
HttpMethod
Network request method
uri
Link copied to clipboard
abstract
val
uri
:
String
The full uri of the network request
Functions
body
As
Bytes
Link copied to clipboard
abstract
suspend
fun
bodyAsBytes
(
)
:
ByteArray
body
As
String
Link copied to clipboard
abstract
suspend
fun
bodyAsString
(
)
:
String