DefaultHttpRequest

Default HttpRequest implementation.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
open override val attributes: Attributes

Typed Attributes associated to this call serving as a lightweight container.

Link copied to clipboard
open override val call: HttpClientCall

The associated HttpClientCall containing both the underlying HttpClientCall.request and HttpClientCall.response.

Link copied to clipboard
open override val content: OutgoingContent

An OutgoingContent representing the request body

Link copied to clipboard
Link copied to clipboard
open override val headers: Headers
Link copied to clipboard
open override val method: HttpMethod

The HttpMethod or HTTP VERB used for this request.

Link copied to clipboard
open override val url: Url

The Url representing the endpoint and the uri for this request.

Extensions

Link copied to clipboard