lithic-kotlin-root
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lithic-kotlin-root
lithic-kotlin-root
/
com.lithic.api.core.http
/
HttpResponse
Http
Response
interface
HttpResponse
:
AutoCloseable
Inheritors
HttpResponseFor
Members
Types
Handler
Link copied to clipboard
interface
Handler
<
T
>
Functions
body
Link copied to clipboard
abstract
fun
body
(
)
:
InputStream
close
Link copied to clipboard
abstract
fun
close
(
)
headers
Link copied to clipboard
abstract
fun
headers
(
)
:
Headers
status
Code
Link copied to clipboard
abstract
fun
statusCode
(
)
:
Int