basic-http
Toggle table of contents
2.0
jvm
Platform filter
jvm
Switch theme
Search in API
basic-http
basic-http
/
core.server.extensions
/
HttpHandlerExtensions
Http
Handler
Extensions
interface
HttpHandlerExtensions
Kotlin Extension functions for HttpHandler
Inheritors
AuthenticationHandlerFilter
RequestValidationHandlerFilter
RequestHttpHandler
Members
Functions
json
To
Object
Link copied to clipboard
open
fun
String
.
jsonToObject
(
typeName
:
String
)
:
Any
parse
To
Link copied to clipboard
open
infix
fun
String
.
parseTo
(
typeForParse
:
String
)
:
Any
?
send
Link copied to clipboard
open
fun
HttpExchange
.
send
(
json
:
Json
<
Any
>
)
to
Json
String
Link copied to clipboard
open
fun
Json
<
Any
>
.
toJsonString
(
)
:
String
to
Map
If
Query
Link copied to clipboard
open
fun
String
.
toMapIfQuery
(
)
:
Map
<
String
,
String
>