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
HttpClientandbuild_client: the connection-pooled clientcrate::send/crate::send_preparedsend through, and its redirect bookkeeping.- response
ResponseandRedirectHop: what sending acrate::Requestgets back.
Functions§
- send
- Send
requestunderconfigand collect the full response. - send_
prepared - Send a request that is already exactly what should go over the wire.