hyperium / http

Rust HTTP types
Apache License 2.0
1.15k stars 285 forks source link

Support quotes in query #480

Open fulara opened 3 years ago

fulara commented 3 years ago

Add support for quotes in the query. Just because sometimes they are not encoded.

I've read the https://url.spec.whatwg.org/#query-state and as far as I understand it does not allow for that. However I need this in my use case, currently we have forked.

This is sort of similar to: https://github.com/hyperium/http/pull/474/files