FakeHttpServerRequest
class FakeHttpServerRequest(method: Http.Method, uri: String, headers: Http.Headers = Http.Headers(), val body: ByteArray = EMPTY_BYTE_ARRAY, requestConfig: HttpServer.RequestConfig) : HttpServer.Request
Constructors
Link copied to clipboard
constructor(method: Http.Method, uri: String, headers: Http.Headers = Http.Headers(), body: ByteArray = EMPTY_BYTE_ARRAY, requestConfig: HttpServer.RequestConfig)