mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Url encode to escape special characters (#7664)
Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com> Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
This commit is contained in:
@ -436,6 +436,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Fetch,
|
||||
Post,
|
||||
Url,
|
||||
UrlEncode,
|
||||
UrlParse,
|
||||
Port,
|
||||
}
|
||||
|
Reference in New Issue
Block a user