# Functions
Appends a query string from then given url.URL.
A version of AddQ that accepts a URL string and makes a best-effort to modify it.
Takes an http.Response and returns an io.Reader that will return the contents of the Response Body decoded according to the values (if any) of the Content-Encoding response header.
Deletes a query string from then given url.URL.
A version of DelQ that accepts a URL string and makes a best-effort to modify it.
Encode the username and password into a value than can be used in the Authorization HTTP header.
Returns whether the given status code is 100 <= s <= 199.
Returns whether the given status code is 200 <= s <= 299.
Returns whether the given status code is 300 <= s <= 399.
Returns whether the given status code is 400 <= s <= 499.
Returns whether the given status code is 500 <= s <= 599.
No description provided by the author
Returns whether the Content-Type of the given request matches any of the supplied options.
No description provided by the author
No description provided by the author
Loads certificates from the given file and returns a usable x509.CertPool.
Returns the media type from the request's Content-Type.
Specifies that the given data should be encoded as a multipart/form-data request.
No description provided by the author
No description provided by the author
No description provided by the author
Parses the form values for a Request and unmarshals into the given value.
Parses a set of values received from an HTML form (usually the value of the http.Request.Form property) and unmarshals into the given value.
Parses a given reader as a JSON document and unmarshals into the given value.
Parses the Request as JSON and unmarshals into the given value.
Autodetect the Content-Type of the given request and unmarshals into the given value.
Parses the named query string from a request as a string.
Parses the named query string from a request as a boolean value.
Parses the named query string from a request as a duration string.
Parses the named query string from a request as a float.
Parses the named query string from a request as an integer.
Parses the named query string from a request as a delimiter-separated string slice.
Parses the named query string from a request as a date/time value.
Retrieve an arbitrary value from the context of a given request.
attach an arbitrary value to the context of a given request.
Marshal the given data as a JSON document and write the output to the given ResponseWriter.
Sets a parser implementation for the given HTTP content type.
Sets a query string to the given value in the given url.URL.
A version of SetQ that accepts a URL string and makes a best-effort to modify it.
Configures the given http.Client to accept TLS certificates validated by the given PEM-encoded CA bundle file.
UrlPathJoin takes a string or *url.URL and joins the existing URL path component with the given path.
Periodically performs a GET request against the given URL, waiting up to timeout for a 200-series HTTP response code.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Deprecated: this type will go away in 1.9.x.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author