Skip to main content

Module http

Module http 

Source
Expand description

Basic HTTP client.

Structs§

EndpointTelemetry
Emit telemetry about the status of HTTP transactions.
EndpointTelemetryLayer
Emit telemetry about the status of HTTP transactions.
HttpClient
An HTTP client.
HttpsCapableConnector
A connector that supports HTTP or HTTPS.
HttpsCapableConnectorBuilder
A builder for HttpsCapableConnector.

Functions§

into_client_body
Converts an arbitrary body into the type-erased ClientBody.

Type Aliases§

ClientBody
The type-erased body type used internally by HttpClient.