Registry / web-framework / throttled-throttled

throttled-throttled

JSON →
library2.2.5+incompatiblegogounverified

Rate limiting access to resources such as HTTP endpoints.

go get github.com/throttled/throttled
INSTALL
IMPORT
SIG · THROTTLED-THROTTLE
T
throttled-throttled
web-frameworkgov2.2.5+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

throttled
github.com/throttled/throttled

Create a rate limit store using GCRA.

package main import ( "fmt" "github.com/throttled/throttled" ) func main() { store, err := throttled.NewGCMStore(nil) if err != nil { panic(err) } fmt.Println(store) }
Debug
Known issues
breakingVersion 2.x has breaking API changes from v1.
fix
Use v2 import path github.com/throttled/throttled/v2 for latest features.
affects: >=2.0.0
Upgrade
Version history
2.2.5+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
throttled-throttled — go get throttled-throttled · libregistry