package
0.0.0-20190322182713-bf6f0a60fce1
Repository: https://github.com/llvm-mirror/llgo.git
Documentation: pkg.go.dev
# Functions
Parse parses rawurl into a URL structure.
ParseQuery parses the URL-encoded query string and returns a map listing the values specified for each key.
ParseRequestURI parses rawurl into a URL structure.
QueryEscape escapes the string so it can be safely placed inside a URL query.
QueryUnescape does the inverse transformation of QueryEscape, converting %AB into the byte 0xAB and '+' into ' ' (space).
User returns a Userinfo containing the provided username and no password set.
UserPassword returns a Userinfo containing the provided username and password.
# Type aliases
No description provided by the author
Values maps a string key to a list of values.