Expand description
Rama HTTP client module,
which provides the HttpClient
type to serve HTTP requests.
Modules§
- Client Http Proxy Connector Support.
Structs§
- An opiniated http client that can be used to serve HTTP requests.
- Internal http sender used to send the actual requests.
- A
Service
which establishes an HTTP Connection. - A
Layer
that produces anHttpConnector
.