DefaultHttpRequest
open class DefaultHttpRequest(call: HttpClientCall, data: HttpRequestData) : HttpRequest
Content copied to clipboard
Default HttpRequest implementation.
Constructors
Properties
Link copied to clipboard
Typed Attributes associated to this call serving as a lightweight container.
Link copied to clipboard
The associated HttpClientCall containing both the underlying HttpClientCall.request and HttpClientCall.response.
Link copied to clipboard
An OutgoingContent representing the request body
Link copied to clipboard
The HttpMethod or HTTP VERB used for this request.