http

package
v0.10.3 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2023 License: Apache-2.0 Imports: 3 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 Rate Limited HTTP Client

func NewClient

func NewClient(rl *rate.Limiter) *RLHTTPClient

NewClient return rate_limitted_http client with a ratelimiter

func (*RLHTTPClient) Do

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

Do dispatches the HTTP request to the network

Jump to

Keyboard shortcuts

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