# Functions
NewClient creates a new HTTP client.
# Constants
DefaultHTTPTimeout is the timeout for HTTP requests.
DefaultRetryCount represents how many time to retry a HTTP request by default.
# Structs
ClientConfig contains configurations to construct a client.
No description provided by the author
# Interfaces
Make http easy to mock for unit testing.