package
1.13.6
Repository: https://github.com/csrgxtu/gf.git
Documentation: pkg.go.dev

# Functions

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.
Parse a URL and return its components.
Decode URL-encoded strings.
URL-encode according to RFC 3986.