TestApplicationRequest
class TestApplicationRequest(call: TestApplicationCall, closeRequest: Boolean, method: HttpMethod = HttpMethod.Get, uri: String = "/", port: Int? = null, version: String = "HTTP/1.1") : BaseApplicationRequest, CoroutineScope
A test application request
Constructors
Link copied to clipboard
fun TestApplicationRequest(call: TestApplicationCall, closeRequest: Boolean, method: HttpMethod = HttpMethod.Get, uri: String = "/", port: Int? = null, version: String = "HTTP/1.1")
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Extensions
Link copied to clipboard
Sets an HTTP request body text content.
Sets an HTTP request body bytes.
Set HTTP request body from ByteReadPacket
Sets a multipart HTTP request body.