Module http

Source

Structs§

DelegatedHttpRequest
DelegatedSimpleHttp
Implementation of SimpleHttp that allows manually controlling responses.
FallbackSimpleHttp
Simple http implementation that falls back to delegated http if making a direct reqwest fails.
ReqwestSimpleHttp
SimpleResponse

Traits§

SimpleHttp
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’s remote.SSH.localServerDownload setting.

Functions§

download_into_file

Type Aliases§

BoxedHttp