Index
port_http_client / com.hexagonkt.http.client / Response
Response¶
data class Response
HTTP response fetched from a server request.
Constructors¶
Name | Summary |
---|---|
<init> | HTTP response fetched from a server request.Response(status: Int , body: String ?, headers: MutableMap < String , List < String >>, contentType: String ?, inputStream: InputStream ) |
Properties¶
Name | Summary |
---|---|
body | var body: String ? |
contentType | var contentType: String ? |
headers | val headers: MutableMap < String , List < String >> |
inputStream | val inputStream: InputStream |
status | var status: Int |