-
Related to hyperium/hyper#707
Golang provides [CloseNotifier](https://golang.org/pkg/net/http/#CloseNotifier) that allows to detect when the client dropped the connection before its completion (usefu…
-
## Feature Request
I believe the tutorial at https://github.com/hyperium/tonic/blob/master/examples/helloworld-tutorial.md should be updated to put the `HelloReply` and `HelloRequest` in a separate…
-
I'm building an alternative implementation of a (mostly) decentralised networking protocol. This protocol consists of the following services:
- Client (any HTTP client, could be `curl` or an applic…
-
It is common for enterprise orgs to require from their users to use an http proxy. Sometimes there is no way to use the internet without using the org proxy.
To be clear I am not talking here about …
-
Could we keep a list of what libraries work with async-std's pluggable runtimes?
In particular, the tokio ecosystem seems somewhat "closed", in that those libraries often require tokio to operate. …
-
The application type for cbor should be ``application/cbor`` as defined in https://www.rfc-editor.org/rfc/rfc7049.html#section-7.3 and https://www.iana.org/assignments/media-types/media-types.xhtml#ap…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to build a tracing backend that ships logs via HTTPS requests. I want to disable logging for this tracing backend because…
-
## Description
Perform the upgrade attempted in #72 which is currently failing due to an incompatibility between the latest versions of these crates and tonic (for more info see https://github.com/…
-
Today when trying to update 6 gimlets in the dogfood rack simultaneously, three of the updates failed partway through because wicketd got an HTTP 400 with no body response from MGS. There was no corre…
-
This requires updating several crates simultaneously, only some of which currently have updates to their `http` dependencies. I will update this issue as the dependency crates are bumped:
- [ ] [`a…