hyper-util
hyper-util copied to clipboard
Common utilities used with hyper.
Updates to the client-conn-layers to make it generic as needed and add docs. Also has a minor change for pool Map docs that was trying to reference a private type.
While working on #259 I noticed that there were some unused mac-specific imports. This change removes them. Thanks! Brian
Hi there -- thanks so much for hyper! Per https://github.com/hyperium/hyper/issues/3904, the `tracing` feature previously attached the current span to all futures spawned by `TokioExecutor::execute`. This caused application-level spans to incorrectly...
Currently WIP. This introduces some general middleware that can be used with `Service`s such as over HTTP/1 that need to handle setting the host automatically, or adjusting the request target....
Currently still WIP. This introduces new types that provide integration of `hyper::client::conn` with `tower::Layer` and `tower::Service`.
`system-configuration` 0.7 includes a fix to the panic when building a `SCDynamicStore` within macOS sandbox: - https://github.com/mullvad/system-configuration-rs/pull/59
Fixes an issue where the client couldn’t attach basic authorization to HTTP proxy requests.
Implement RFC 8305 as an alternative connection strategy alongside the existing RFC 6555 behavior. Default behavior remains RFC 6555 for backward compatibility. In order to enable Happy Eyeballs v2, one...
This allows to use the same builder to configure a server that supports upgrades (e.g. WebSockets) and can either read HTTP version from the incoming stream, or be restricted to...