ietf-wg-httpapi / ratelimit-headers

Repository for IETF WG draft ratelimit-headers
Other
45 stars 5 forks source link

Fix: #24. Migration strategy based on servers. #78

Closed ioggstream closed 2 years ago

ioggstream commented 2 years ago

This PR

eg..

# quota-policy: off
RateLimit-Limit: 100
RateLimit-Remaining: 20
RateLimit-Reset: 12
# quota-policy: on
RateLimit-Limit: 100,    100;w=20,    200;w=100
RateLimit-Remaining: 20
RateLimit-Reset: 12
ioggstream commented 2 years ago

@richsalz to support lightweight/IoI devices, it's auspicable to always support the simple version :P