package
0.1.0
Repository: https://github.com/donetkit/gtool.git
Documentation: pkg.go.dev

# Functions

BuildQuery Generate URL-encoded query string.
Decode does the inverse transformation of Encode, converting each 3-byte encoded substring of the form "%AB" into the hex-decoded byte 0xAB.
Encode escapes the string so it can be safely placed inside a URL query.
ParseURL Parse a URL and return its components.
RawDecode does decode the given string Decode URL-encoded strings.
RawEncode does encode the given string according URL-encode according to RFC 3986.