krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
component-model
/
uk.shusek.krwa.component
/
WasiPreview2
/
HttpRequestSnapshot
Http
Request
Snapshot
class
HttpRequestSnapshot
Members
Constructors
Http
Request
Snapshot
Link copied to clipboard
constructor
(
method
:
String
,
pathWithQuery
:
String
,
scheme
:
String
,
authority
:
String
,
headers
:
Map
<
String
,
List
<
ByteArray
>
>
,
body
:
ByteArray
)
Functions
authority
Link copied to clipboard
fun
authority
(
)
:
String
body
Link copied to clipboard
fun
body
(
)
:
ByteArray
get
Authority
Link copied to clipboard
fun
getAuthority
(
)
:
String
get
Body
Link copied to clipboard
fun
getBody
(
)
:
ByteArray
get
Headers
Link copied to clipboard
fun
getHeaders
(
)
:
Map
<
String
,
List
<
ByteArray
>
>
get
Method
Link copied to clipboard
fun
getMethod
(
)
:
String
get
Path
With
Query
Link copied to clipboard
fun
getPathWithQuery
(
)
:
String
get
Scheme
Link copied to clipboard
fun
getScheme
(
)
:
String
headers
Link copied to clipboard
fun
headers
(
)
:
Map
<
String
,
List
<
ByteArray
>
>
method
Link copied to clipboard
fun
method
(
)
:
String
path
With
Query
Link copied to clipboard
fun
pathWithQuery
(
)
:
String
scheme
Link copied to clipboard
fun
scheme
(
)
:
String