url for network

Various commands for working with URLs.

Signature

> url {flags}

Input/output types:

inputoutput
nothingstring

Notes

You must use one of the following subcommands. Using this command as-is will only produce this help message.

Subcommands:

nametypeusage
url build-queryBuiltinConverts record or table into query string applying percent-encoding.
url decodeBuiltinConverts a percent-encoded web safe string to a string.
url encodeBuiltinConverts a string to a percent encoded web safe string.
url joinBuiltinConverts a record to url.
url parseBuiltinParses a url.