Default Http Request
open class DefaultHttpRequest(val call: HttpClientCall, data: HttpRequestData) : HttpRequest(source)
Default HttpRequest implementation.
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