package
0.0.0-20241106124052-39aa7b3d1c75
Repository: https://github.com/danhilltech/100kb.golang.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
Create a new token bucket rate limiter that limits globally at 'g' requests/sec and per-host at 'p' requests/sec; It remembers the rate of the 'cachesize' most recent hosts (and their limits).

# Constants

No description provided by the author

# Variables

Domains we never even make HTTP requests too.
No description provided by the author
No description provided by the author
No description provided by the author
var ErrBadHead = fmt.Errorf("url failed head check").
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Limiter controls how frequently events are allowed to happen globally or per-host.