adaltas / node-http-status

Utility to interact with HTTP status code in Node.js
Other
441 stars 55 forks source link

Add support for 429 TOO MANY REQUESTS #11

Closed FredKSchott closed 10 years ago

FredKSchott commented 10 years ago

Introduced here: http://tools.ietf.org/html/rfc6585 Used by major APIs (Twitter, Facebook, etc) for rate limiting

wdavidw commented 10 years ago

great, thanks