Documentation
¶
Index ¶
Constants ¶
View Source
const ( EncodePath encoding = 1 + iota EncodePathSegment EncodeHost EncodeZone EncodeUserPassword EncodeQueryComponent EncodeFragment )
Variables ¶
This section is empty.
Functions ¶
func UnescapePath ¶
UnescapePath : unescapes a string; the mode specifies, which section of the URL string is being unescaped.
Types ¶
type EscapeError ¶
type EscapeError string
func (EscapeError) Error ¶
func (e EscapeError) Error() string
type InvalidHostError ¶
type InvalidHostError string
func (InvalidHostError) Error ¶
func (e InvalidHostError) Error() string
Click to show internal directories.
Click to hide internal directories.