class MockHttpResponse : HttpResponse
MockHttpResponse(call: HttpClientCall, status: HttpStatusCode, content: ByteReadChannel = ByteReadChannel.Empty, headers: Headers = headersOf()) |
val call: HttpClientCall |
|
val content: ByteReadChannel |
|
val coroutineContext: <ERROR CLASS> |
|
val headers: Headers |
|
val requestTime: GMTDate |
|
val responseTime: GMTDate |
|
val status: HttpStatusCode |
|
val version: HttpProtocolVersion |