docs.rs failed to build fetch_hyper-0.3.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
fetch_hyper-0.4.0
Fetch Hyper
Hyper-based HTTP transport.
Internal implementation detail
This crate is an internal implementation detail of the SDK. It is not part
of the public API surface, must not be re-exported, and offers no stability
guarantees: anything may change in any release, including patch releases.
Scope is narrow: just the transport that issues HTTP/1.1 or HTTP/2 requests
over TLS (or plain-text). No higher-level pipeline, retry, or caching.
The entry points are:
HyperTransportBuilder: builds a transport from a user-suppliedConnectservice and afetch_options::TransportOptions.HyperTransport: the type-erasedRequestHandlerproduced byHyperTransportBuilder::build.
The runtime is supplied by the caller via an anyspawn::Spawner.