DefaultHttpResponse
class DefaultHttpResponse(call: HttpClientCall, responseData: HttpResponseData) : HttpResponse
Content copied to clipboard
Functions
Properties
Link copied to clipboard
The associated HttpClientCall containing both the underlying HttpClientCall.request and HttpClientCall.response.
Link copied to clipboard
Unmodified ByteReadChannel with the raw payload of the response.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The HttpStatusCode returned by the server. It includes both, the HttpStatusCode.description and the HttpStatusCode.value (code).
Link copied to clipboard
HTTP version. Usually HttpProtocolVersion.HTTP_1_1 or HttpProtocolVersion.HTTP_2_0.