package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.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.