public class MockHttpRequest
| Constructor and Description |
|---|
MockHttpRequest(io.ktor.client.call.HttpClientCall call,
io.ktor.http.HttpMethod method,
io.ktor.http.Url url,
io.ktor.util.Attributes attributes,
io.ktor.http.content.OutgoingContent content,
io.ktor.http.Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
io.ktor.util.Attributes |
getAttributes() |
io.ktor.client.call.HttpClientCall |
getCall() |
io.ktor.http.content.OutgoingContent |
getContent() |
io.ktor.http.Headers |
getHeaders() |
io.ktor.http.HttpMethod |
getMethod() |
io.ktor.http.Url |
getUrl() |
public MockHttpRequest(io.ktor.client.call.HttpClientCall call,
io.ktor.http.HttpMethod method,
io.ktor.http.Url url,
io.ktor.util.Attributes attributes,
io.ktor.http.content.OutgoingContent content,
io.ktor.http.Headers headers)
public io.ktor.client.call.HttpClientCall getCall()
public io.ktor.http.HttpMethod getMethod()
public io.ktor.http.Url getUrl()
public io.ktor.util.Attributes getAttributes()
public io.ktor.http.content.OutgoingContent getContent()
public io.ktor.http.Headers getHeaders()