Module client
Expand description
Rama HTTP client module,
which provides the EasyHttpWebClient
type to serve HTTP requests.
Modules§
- http_
inspector - [
rama::inspect::RequestInspector
] that ship with this crate, that are especially useful for the http connector service in this crate. - proxy
- Client Http Proxy Connector Support.
Structs§
- Easy
Http WebClient - An opiniated http client that can be used to serve HTTP requests.
- Http
Client Service - Internal http sender used to send the actual requests.
- Http
Connector - A
Service
which establishes an HTTP Connection. - Http
Connector Layer - A
Layer
that produces anHttpConnector
.