korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.io.net.http
/
Http
/
Request
Request
class
Request
(
val
uri
:
String
,
val
headers
:
Http.Headers
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
uri
:
String
,
headers
:
Http.Headers
)
Properties
absolute
URI
Link copied to clipboard
val
absoluteURI
:
String
get
Params
Link copied to clipboard
val
getParams
:
Map
<
String
,
List
<
String
>
>
headers
Link copied to clipboard
val
headers
:
Http.Headers
path
Link copied to clipboard
val
path
:
String
query
String
Link copied to clipboard
val
queryString
:
String
uri
Link copied to clipboard
val
uri
:
String