Module rama::http::client

source ·
Expand description

Rama HTTP client module, which provides the HttpClient type to serve HTTP requests.

Structs§

  • An http client that can be used to serve HTTP requests.
  • An opaque error type that encapsulates all possible errors that can occur when using the HttpClient service directly, as part of a stack or as a building block for other services.
  • A builder to construct the properties of a Request.

Traits§

  • Extends an Http Client with high level features, to facilitate the creation and sending of http requests, in a more ergonomic way.
  • A trait to try to convert some type into a Url.