hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

feat: add strict version of uri parsing #689

Open dswij opened 3 months ago

dswij commented 3 months ago

This PR adds a strict version of uri parsing to disallow {, } and ".

See https://github.com/hyperium/hyper/issues/3594