hexagon
2.0.19
http
/
com.hexagonkt.http.model
/
HttpResponse
Http
Response
interface
HttpResponse
:
HttpMessage
Content copied to clipboard
Functions
Properties
Functions
body
String
Link copied to clipboard
open
fun
bodyString
(
)
:
String
Content copied to clipboard
cookies
Map
Link copied to clipboard
open
fun
cookiesMap
(
)
:
Map
<
String
,
HttpCookie
>
Content copied to clipboard
Properties
body
Link copied to clipboard
abstract
val
body
:
Any
Content copied to clipboard
content
Type
Link copied to clipboard
abstract
val
contentType
:
ContentType
?
Content copied to clipboard
cookies
Link copied to clipboard
abstract
val
cookies
:
List
<
HttpCookie
>
Content copied to clipboard
headers
Link copied to clipboard
abstract
val
headers
:
HttpFields
<
Header
>
Content copied to clipboard
status
Link copied to clipboard
abstract
val
status
:
HttpStatus
Content copied to clipboard