toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.net.http
/
HttpServer
/
BaseRequest
Base
Request
abstract
class
BaseRequest
(
val
uri
:
String
,
val
headers
:
Http.Headers
)
:
Extra
Inheritors
WsRequest
Request
Members
Constructors
Base
Request
Link copied to clipboard
constructor
(
uri
:
String
,
headers
:
Http.Headers
)
Properties
absolute
URI
Link copied to clipboard
val
absoluteURI
:
String
extra
Link copied to clipboard
open
override
var
extra
:
ExtraType
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