HttpResponseData

class HttpResponseData(val statusCode: HttpStatusCode, val requestTime: GMTDate, val headers: Headers, val version: HttpProtocolVersion, val body: Any, val callContext: CoroutineContext)

Data prepared for HttpResponse.

Constructors

Link copied to clipboard
fun HttpResponseData(statusCode: HttpStatusCode, requestTime: GMTDate, headers: Headers, version: HttpProtocolVersion, body: Any, callContext: CoroutineContext)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val body: Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard