# Packages
No description provided by the author
# Functions
GenerateURL creates a URL object from a host, path and optional parameters.
No description provided by the author
ReadEndpoint reads data from an HTTP endpoint via GET.
No description provided by the author
WriteEndpoint sends data to an HTTP endpoint via POST.
# Type aliases
ResponseParams holds parameters of an HTTP response.
URLParams holds Key-Value URL parameters; it is a simpler form of url.Values.