Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Join ¶
Join a base URL together with path components, similar to the functionality of path.Join.
func MergeQuery ¶
Merge the specified qweury parameters into the provided URL. Parameters with existing keys are added, not replaced.
func ParseValueList ¶
Parse parameters from the provided Values and produce a list of results for the specified key. Both values defined by repeatedly providing a key and those provided in a delimited list for a single key are returned.
For example, using the delimiter ',':
a=one&a=two -> [one, two] a=one,two -> [one, two] a=one,two&a=three -> [one, two, three]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.