Documentation
¶
Overview ¶
Package url attempts to fix some of the issues related to Go's url.String(). This is a starting point for discrepancies between Go's implementation and the spec in https://tools.ietf.org/html/rfc3986.
ABNF definitions: https://tools.ietf.org/html/rfc3986#appendix-A https://tools.ietf.org/html/rfc2234#section-6.1
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func String ¶
String post-processes Go's url.String() to encode characters that should be encoded. https://golang.org/issue/22907 https://golang.org/issue/30844 https://golang.org/issue/30922
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.