-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
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
[extra::url] Support URL with non-relative schemes #10705
Comments
SimonSapin
added a commit
to SimonSapin/rust
that referenced
this issue
Jul 30, 2014
The replacement is [rust-url](https://github.com/servo/rust-url), which can be used with Cargo. Fix rust-lang#15874 Fix rust-lang#10707 Close rust-lang#10706 Close rust-lang#10705 Close rust-lang#8486
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 30, 2023
Add a test that checks for old style test headers Follow up to rust-lang#10669, we're pretty used to them so they're easy to slip through changelog: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current implementation of the Url struct looks like this:
It always has user, host, port, path and query fields, but those only exist for URLs with a relative scheme such as
mailto
ordata
. The data structure should be something like this:The text was updated successfully, but these errors were encountered: