new command url parse (#6854) and url subcommands tests (#7124)

*code refactor from PR tips & clippy fixes

*added username, password, and fragment

*commands `url host`, `url scheme`, `url query`, and `url path` removed

*tests refactoring - avoid formatted output
This commit is contained in:
raccmonteiro
2022-11-19 18:14:29 +00:00
committed by GitHub
parent 7479173811
commit ced5e1065f
11 changed files with 366 additions and 390 deletions

View File

@ -405,10 +405,7 @@ pub fn create_default_context() -> EngineState {
Fetch,
Post,
Url,
UrlHost,
UrlPath,
UrlQuery,
UrlScheme,
UrlParse,
Port,
}