You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It always has user, host, port, path and query fields, but those only exist for URLs with a relative scheme such as mailto or data. The data structure should be something like this:
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
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: