Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Transport ¶
type Transport struct {
// contains filtered or unexported fields
}
Transport will limit the requests to a base round tripper
func NewTransport ¶
func NewTransport(base http.RoundTripper, limiter *rate.Limiter) *Transport
NewTransport thottled http transport
Click to show internal directories.
Click to hide internal directories.