# Functions
DefaultTransport returns a new http.Transport which is a clone of the http.DefaultTransport.
NewHTTP creates a new HTTP client and returns it.
WithHTTPClient sets the HTTP client to c.
WithLimiter sets the http rate limiter to l.
# Interfaces
Limiter is used to apply API rate limits.
# Type aliases
HTTPOption is HTTP client functional option.