Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Remco 7bf499b092 Add ratelimit package il y a 7 ans
..
examples Add ratelimit package il y a 7 ans
memory Add ratelimit package il y a 7 ans
redis Add ratelimit package il y a 7 ans
.travis.yml Add ratelimit package il y a 7 ans
LICENSE Add ratelimit package il y a 7 ans
README.md Add ratelimit package il y a 7 ans
download.go Add ratelimit package il y a 7 ans
download_test.go Add ratelimit package il y a 7 ans
ip.go Add ratelimit package il y a 7 ans
ratelimit.go Add ratelimit package il y a 7 ans
request.go Add ratelimit package il y a 7 ans
request_test.go Add ratelimit package il y a 7 ans
throttle.go Add ratelimit package il y a 7 ans
throttle_test.go Add ratelimit package il y a 7 ans

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.