Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
express-rate-limit.tgz | 2024-12-15 | 25.8 kB | |
README.md | 2024-12-15 | 601 Bytes | |
v7.5.0 source code.tar.gz | 2024-12-15 | 717.2 kB | |
v7.5.0 source code.zip | 2024-12-15 | 763.2 kB | |
Totals: 4 Items | 1.5 MB | 0 |
Added
- Implemented the combined
RateLimit
header according to the eighth draft of the IETF RateLimit header specificiation. Enable by settingstandardHeaders: 'draft-8'
. - Added a new
identifier
option, used as the name for the quota policy in thedraft-8
headers. - Added a new
headersDraftVersion
validation check to identifies cases where an unsupported version string is passed to thestandardHeaders
option.
You can view the full changelog here.