url
for network
Various commands for working with URLs.
Signature
> url
Input/output types:
input | output |
---|---|
nothing | string |
Notes
You must use one of the following subcommands. Using this command as-is will only produce this help message.
Subcommands:
name | type | usage |
---|---|---|
url build-query | Builtin | Converts record or table into query string applying percent-encoding. |
url encode | Builtin | Converts a string to a percent encoded web safe string. |
url join | Builtin | Converts a record to url. |
url parse | Builtin | Parses a url. |