Request
abstract class Request(val method: Http.Method, uri: String, headers: Http.Headers, val requestConfig: HttpServer.RequestConfig = RequestConfig()) : HttpServer.BaseRequest, AsyncOutputStream
Inheritors
Constructors
Link copied to clipboard
constructor(method: Http.Method, uri: String, headers: Http.Headers, requestConfig: HttpServer.RequestConfig = RequestConfig())