Module http

Source
Expand description

HTTP blob implementation based on [hyper], [tokio], and hyper_tls.

In the future, it may better to use pal_async instead. This will require a new, unreleased version of hyper, and a bunch of infrastructure to support initiating TCP connections the way hyper expects.

Structsยง

HttpBlob
A blob backed by an HTTP/HTTPS connection.