-
> Flaw in hyper allows request smuggling by sending a body in GET requests
| Details | |
| ------------------- | --------------------------…
-
Right now conversion from `http::StatusCode` (which is just an `u16` in `100..=600` range) to `StatusCode` just expect()s the result for example here:
https://github.com/http-rs/http-types/blob/53963…
-
A customer reported the following error when trying to use our SDK from cloudflare workers.
`“socket2 does not support WASI・・・”`
We would like to be supported on Cloudflare workers ideally we need…
-
Hi Team,
We have migrated one of our front on Deno + vite + lit, it works like a charm, thanks.
We use a private npm registry (verdaccio 5.x).
When we launch Deno run, all npm dependencies ar…
RoXuS updated
7 months ago
-
## Feature Request
https://github.com/hyperium/tonic/pull/861 added support for unix domain sockets but it doesn't appear to support abstract sockets. Rust added abstract namespace support recently…
-
I was just looking for the exact type of crate.
Any plans on publishing?
-
Here are my current thoughts about the scope of the project:
### Features
- Player authentication. Could use the same method as the Autotip API?
- Independent player session functionality simi…
-
## Bug Report
### Version
tonic v0.8.3
tonic-build v0.8.4
### Platform
Linux blade 6.2.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 03 Mar 2023 15:58:31 +0000 x86_64 GNU/Linux
### D…
-
**Version**
v0.3.7
**Platform**
64-bit Windows 10
**Description**
When I use a Chromium based browser, the graceful shutdown hangs.
The minimal reproducible code is as follows:
```
use std…
-
axum's `Router` is generic over the request body but it defaults the type parameter to `axum::body::Body` (hyper's body type). However that isn't compatible with this library which requires `axum::bod…