hexagon
2.6.6
jvm
http
/
com.hexagonkt.http.model
/
HttpMessage
Http
Message
interface
HttpMessage
:
HttpBase
Inheritors
HttpRequest
HttpResponse
Members
Functions
body
String
Link copied to clipboard
open
fun
bodyString
(
)
:
String
cookies
Map
Link copied to clipboard
open
fun
cookiesMap
(
)
:
Map
<
String
,
Cookie
>
Properties
body
Link copied to clipboard
abstract
val
body
:
Any
content
Type
Link copied to clipboard
abstract
val
contentType
:
ContentType
?
cookies
Link copied to clipboard
abstract
val
cookies
:
List
<
Cookie
>
headers
Link copied to clipboard
abstract
val
headers
:
Headers