We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\
From looking at the URL Standard, it seems like this should be allowed, and the url crate does allow it.
https://url.spec.whatwg.org/#path-percent-encode-set https://play.rust-lang.org/?version=stable&mode=debug&edition=2015&gist=e7792c01ca5bbc5063a022305bba2d40
The text was updated successfully, but these errors were encountered:
It does seem like the url crate should be escaping \s in paths, though: servo/rust-url#468.
Sorry, something went wrong.
I think this is actually a url problem, not an http problem.
No branches or pull requests
From looking at the URL Standard, it seems like this should be allowed, and the url crate does allow it.
https://url.spec.whatwg.org/#path-percent-encode-set
https://play.rust-lang.org/?version=stable&mode=debug&edition=2015&gist=e7792c01ca5bbc5063a022305bba2d40
The text was updated successfully, but these errors were encountered: