Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateHTTPClient ¶
CreateHTTPClientCache creates an error limiting client with auto retry and no cache
func CreateHTTPClientCache ¶
CreateHTTPClientCache creates an error limiting client with auto retry and redis cache
Types ¶
type APICacheTransport ¶
type APICacheTransport struct {
Transport http.RoundTripper
}
APICacheTransport to chain into the HTTPClient to gather statistics.
type LimitedTransport ¶
type LimitedTransport struct {
Transport http.RoundTripper
}
LimitedTransport limits concurrent requests to one connection.
Click to show internal directories.
Click to hide internal directories.