Skip to content

Commit 47b2e5f

Browse files
committed
initial combined header parser
1 parent f1d22d5 commit 47b2e5f

File tree

6 files changed

+3868
-1
lines changed

6 files changed

+3868
-1
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# /.gitignore
2+
# Tells Git to ignore these files
3+
4+
node_modules/
5+
dist/
6+
coverage/
7+
test/external/**/package-lock.json
8+
9+
.vscode/
10+
.idea/
11+
12+
*.log
13+
*.tmp
14+
*.bak
15+
*.tgz

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# ratelimit-header-parser
2-
Parse RateLimit headers of various forms into a normalized format
2+
3+
Parse RateLimit headers of various forms, including the combined form from
4+
[draft 7](https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-ratelimit-headers-07) of the
5+
[IETF Rate Limit Headers standard](https://github.com/ietf-wg-httpapi/ratelimit-headers),
6+
into a normalized format.

0 commit comments

Comments
 (0)