public class TestHttpClientRequest
| Constructor and Description |
|---|
TestHttpClientRequest(io.ktor.client.call.HttpClientCall call,
TestHttpClientEngine engine,
io.ktor.client.request.HttpRequestData requestData) |
| Modifier and Type | Method and Description |
|---|---|
io.ktor.util.Attributes |
getAttributes() |
io.ktor.client.call.HttpClientCall |
getCall() |
io.ktor.http.content.OutgoingContent |
getContent() |
kotlinx.coroutines.CompletableDeferred<kotlin.Unit> |
getExecutionContext() |
io.ktor.http.Headers |
getHeaders() |
io.ktor.http.HttpMethod |
getMethod() |
io.ktor.http.Url |
getUrl() |
public TestHttpClientRequest(io.ktor.client.call.HttpClientCall call,
TestHttpClientEngine engine,
io.ktor.client.request.HttpRequestData requestData)
public io.ktor.util.Attributes getAttributes()
public io.ktor.http.HttpMethod getMethod()
public io.ktor.http.Url getUrl()
public io.ktor.http.Headers getHeaders()
public kotlinx.coroutines.CompletableDeferred<kotlin.Unit> getExecutionContext()
public io.ktor.http.content.OutgoingContent getContent()
public io.ktor.client.call.HttpClientCall getCall()