toggle menu
hexagon
3.7.2
jvm
switch theme
search in API
rest
/
com.hexagonkt.rest
Package-level
declarations
TODO
Types
Functions
Properties
Types
Serialize
Request
Callback
Link copied to clipboard
class
SerializeRequestCallback
:
HttpCallback
Serialize
Response
Callback
Link copied to clipboard
class
SerializeResponseCallback
:
HttpCallback
Properties
any
Content
Type
Link copied to clipboard
val
anyContentType
:
ContentType
csv
Content
Type
Link copied to clipboard
val
csvContentType
:
ContentType
json
Content
Type
Link copied to clipboard
val
jsonContentType
:
ContentType
text
Content
Type
Link copied to clipboard
val
textContentType
:
ContentType
toml
Content
Type
Link copied to clipboard
val
tomlContentType
:
ContentType
xml
Content
Type
Link copied to clipboard
val
xmlContentType
:
ContentType
yaml
Content
Type
Link copied to clipboard
val
yamlContentType
:
ContentType
Functions
body
List
Link copied to clipboard
fun
HttpBase
.
bodyList
(
)
:
List
<
*
>
body
Map
Link copied to clipboard
fun
HttpBase
.
bodyMap
(
)
:
Map
<
String
,
*
>
body
Maps
Link copied to clipboard
fun
HttpBase
.
bodyMaps
(
)
:
List
<
Map
<
String
,
*
>
>
body
Object
Link copied to clipboard
fun
<
T
>
HttpBase
.
bodyObject
(
converter
:
(
Map
<
String
,
*
>
)
->
T
)
:
T
body
Objects
Link copied to clipboard
fun
<
T
>
HttpBase
.
bodyObjects
(
converter
:
(
Map
<
String
,
*
>
)
->
T
)
:
List
<
T
>
media
Type
Link copied to clipboard
fun
HttpBase
.
mediaType
(
)
:
MediaType
serialize
Body
Link copied to clipboard
fun
HttpBase
.
serializeBody
(
)
:
Any