Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:46 +05 2020. DO NOT EDIT.
Index ¶
- func ErrorError(e *url.Error) string
- func ErrorTemporary(e *url.Error) bool
- func ErrorTimeout(e *url.Error) bool
- func ErrorUnwrap(e *url.Error) error
- func EscapeErrorError(e url.EscapeError) string
- func InvalidHostErrorError(e url.InvalidHostError) string
- func Parse(rawurl string) (*url.URL, error)
- func ParseQuery(query string) (url.Values, error)
- func ParseRequestURI(rawurl string) (*url.URL, error)
- func PathEscape(s string) string
- func PathUnescape(s string) (string, error)
- func QueryEscape(s string) string
- func QueryUnescape(s string) (string, error)
- func URLEscapedPath(u *url.URL) string
- func URLHostname(u *url.URL) string
- func URLIsAbs(u *url.URL) bool
- func URLMarshalBinary(u *url.URL) ([]byte, error)
- func URLParse(u *url.URL, ref string) (*url.URL, error)
- func URLPort(u *url.URL) string
- func URLQuery(u *url.URL) url.Values
- func URLRequestURI(u *url.URL) string
- func URLResolveReference(u *url.URL, ref *url.URL) *url.URL
- func URLString(u *url.URL) string
- func URLUnmarshalBinary(u *url.URL, text []byte) error
- func User(username string) *url.Userinfo
- func UserPassword(username, password string) *url.Userinfo
- func UserinfoPassword(u *url.Userinfo) (string, bool)
- func UserinfoString(u *url.Userinfo) string
- func UserinfoUsername(u *url.Userinfo) string
- func ValuesEncode(v url.Values) string
- func ValuesGet(v url.Values, key string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorError ¶
func ErrorTemporary ¶
func ErrorTimeout ¶
func ErrorUnwrap ¶
func EscapeErrorError ¶
func EscapeErrorError(e url.EscapeError) string
func InvalidHostErrorError ¶
func InvalidHostErrorError(e url.InvalidHostError) string
func PathEscape ¶
func PathUnescape ¶
func QueryEscape ¶
func QueryUnescape ¶
func URLEscapedPath ¶
func URLHostname ¶
func URLRequestURI ¶
func UserPassword ¶
func UserinfoString ¶
func UserinfoUsername ¶
func ValuesEncode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.