Skip to main content

Module http

Module http 

Source
Expand description

Sending a crate::Request over the wire: send and send_prepared, the client that carries them (client), and what comes back (response).

Modules§

client
HttpClient and build_client: the connection-pooled client crate::send/crate::send_prepared send through, and its redirect bookkeeping.
response
Response and RedirectHop: what sending a crate::Request gets back.

Functions§

send
Send request under config and collect the full response.
send_prepared
Send a request that is already exactly what should go over the wire.