express-rate
express-rate copied to clipboard
Updated the status code for over limit based on RFC 6585
420 is not commonly used for over rate limit. Suggest follow RFC 6585 and use 429 - Too Many Requests. Also, the original one did not set status code but enveloped it. Changed it to status code.