hyper
hyper copied to clipboard
An HTTP library for Rust
Results
302
hyper issues
Sort by
recently updated
recently updated
newest added
**Is your feature request related to a problem? Please describe.** It appears that the hyper-util client isn’t currently gracefully shutting down its connection with the server. Specifically, the hyper client...
A-client
C-feature
E-medium
Hyper currently allows processing requests without and with multiple Host headers. As per [rfc7230 3.3.3](https://datatracker.ietf.org/doc/html/rfc7230#section-3.3.3): > A server MUST respond with a 400 (Bad Request) status code to any HTTP/1.1...
A-server
B-rfc
A-http1