routex-client
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
routex-client
transport
/
tech.yaxi.routex.transport
/
HttpResponse
Http
Response
common
data
class
HttpResponse
(
val
status
:
Int
,
val
headers
:
Headers
,
val
body
:
ByteArray
)
Single HTTP response surfaced by the
HttpTransport
layer.
Members
Constructors
Http
Response
Link copied to clipboard
common
constructor
(
status
:
Int
,
headers
:
Headers
,
body
:
ByteArray
)
Properties
body
Link copied to clipboard
common
val
body
:
ByteArray
headers
Link copied to clipboard
common
val
headers
:
Headers
status
Link copied to clipboard
common
val
status
:
Int
Functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int