modulepackage
0.0.0-20161206004203-0d3030c2f8fb
Repository: https://github.com/unixpickle/ratelimit.git
Documentation: pkg.go.dev
# README
ratelimit
This will be a collection of tools for rate limiting users on the server-side of your application.
# Functions
NewTimeSliceLimiter generates a TimeSliceLimiter with the given parameters.
# Constants
No description provided by the author
# Structs
HTTPRemoteNamer assigns unique IDs to the remote hosts of http requests.
TimeSliceLimiter limits the number of operations per unit of time.