Versions in this module Expand all Collapse all v1 v1.13.12 Feb 9, 2025 Changes in this version + func Escape(s string) string + func EscapeEx(s string, mode Encoding) string + func QueryEscape(s string) string + func QueryUnescape(s string) (string, error) + func Unescape(s string) (string, error) + func UnescapeEx(s string, mode Encoding) (string, error) + type Encoding int + const EncodeFragment + const EncodePath + const EncodeQueryComponent + const EncodeUserPassword + type EscapeError string + func (e EscapeError) Error() string