lib
Toggle table of contents
common
js
Platform filter
common
js
Switch theme
Search in API
lib
mockzilla
/
com.apadmi.mockzilla.lib.internal.utils
/
KtorMockzillaHttpRequest
Ktor
Mockzilla
Http
Request
class
KtorMockzillaHttpRequest
:
MockzillaHttpRequest
Members
Members & Extensions
Properties
headers
Link copied to clipboard
open
override
val
headers
:
Map
<
String
,
String
>
method
Link copied to clipboard
open
override
val
method
:
HttpMethod
underlying
Ktor
Request
Link copied to clipboard
val
underlyingKtorRequest
:
ApplicationRequest
The underlying ktor
ApplicationRequest
.
uri
Link copied to clipboard
open
override
val
uri
:
String
Functions
body
As
Bytes
Link copied to clipboard
open
suspend override
fun
bodyAsBytes
(
)
:
ByteArray
body
As
String
Link copied to clipboard
open
suspend override
fun
bodyAsString
(
)
:
String
to
Js
Link copied to clipboard
js
fun
MockzillaHttpRequest
.
toJs
(
)
:
JsMockzillaHttpRequest