AltThree / Throttle

A request rate limiter for Laravel 5.
https://alt-three.com/
MIT License
41 stars 1 forks source link

Include X-RateLimit-Reset #8

Open jbrooksuk opened 7 years ago

jbrooksuk commented 7 years ago

The time at which the current rate limit window resets in UTC epoch seconds.

GrahamCampbell commented 7 years ago

We already provide retry after. What's the benefit of the other one, or the difference between them? I'm assuming it's kinda subtle? Especially if the rate limiting strategy is something other than ours, say , leaky bucket, or whatever.

GrahamCampbell commented 7 years ago

Ping @jbrooksuk.

jbrooksuk commented 7 years ago

GitHub and DigitalOcean provide these, so my thinking was that they can be useful?