Structs§
- Delegated
Http Request - Delegated
Simple Http - Implementation of SimpleHttp that allows manually controlling responses.
- Fallback
Simple Http - Simple http implementation that falls back to delegated http if making a direct reqwest fails.
- Reqwest
Simple Http - Simple
Response
Traits§
- Simple
Http - Very simple HTTP implementation. In most cases, this will just delegate to
the request library on the server (i.e.
reqwest
) but it can also be used to make update/download requests on the client rather than the server, similar to SSH’sremote.SSH.localServerDownload
setting.