http

package
v0.19.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RLHTTPClient

type RLHTTPClient struct {
	Client      *http.Client
	Ratelimiter *rate.Limiter
}

RLHTTPClient is a rate limited HTTP client.

func NewClient

func NewClient(rl *rate.Limiter) *RLHTTPClient

NewClient returns a rate limited http client.

func (*RLHTTPClient) Do

func (c *RLHTTPClient) Do(req *http.Request) (*http.Response, error)

Do sends an HTTP request.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL