Documentation ¶
Overview ¶
Package urlutil contains utility functions related to URLs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendQuery ¶
AppendQuery appends the given query string as an url.Values to the given URL. It works correctly even if the URL already has a query string.
func Join ¶
Join returns the result of joining the base URL with the rel URL. If either base or rel are not valid URLs, an error will be returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.