package
0.1.2
Repository: https://github.com/milosgajdos/go-playht.git
Documentation: pkg.go.dev

# 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.

# Structs

HTTP is an HTTP client.
HTTPOptions configure the HTTP client.

# Interfaces

Limiter is used to apply API rate limits.

# Type aliases

HTTPOption is HTTP client functional option.