Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Remco 7bf499b092 Add ratelimit package há 7 anos
..
examples Add ratelimit package há 7 anos
memory Add ratelimit package há 7 anos
redis Add ratelimit package há 7 anos
.travis.yml Add ratelimit package há 7 anos
LICENSE Add ratelimit package há 7 anos
README.md Add ratelimit package há 7 anos
download.go Add ratelimit package há 7 anos
download_test.go Add ratelimit package há 7 anos
ip.go Add ratelimit package há 7 anos
ratelimit.go Add ratelimit package há 7 anos
request.go Add ratelimit package há 7 anos
request_test.go Add ratelimit package há 7 anos
throttle.go Add ratelimit package há 7 anos
throttle_test.go Add ratelimit package há 7 anos

README.md

Rate Limit HTTP middleware

GoDoc Widget Travis Widget

Golang package for rate limiting HTTP endpoints based on context and request headers.

Under development

Goals

  • Simple but powerful API
  • Token Bucket algorithm (rate + burst)
  • Storage independent (Redis, In-Memory or any other K/V store)

License

Copyright (c) 2016 Vojtech Vitek

Licensed under the MIT License.