# Functions
NewRestrictedHTTPClient returns a secure HTTP Client (queries to certain local addresses are blocked).
NewUnrestrictedClient returns a HTTP Client with no Transport restrictions.
# Structs
HTTPRequest holds the request and config struct for a http request.
HTTPRequestConfig holds the configurable settings for a http request.