Skip to content

Commit 82b7181

Browse files
authored
@W-20364982: Add Rate Limiting example (#108)
1 parent 1e0e163 commit 82b7181

File tree

19 files changed

+5022
-13
lines changed

19 files changed

+5022
-13
lines changed

header-manipulation/Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rate-limiting/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
target
2+
playground/config/custom-policies/*
3+
!playground/config/custom-policies/note.txt
4+
.pdk
5+
registration.yaml
6+
certificate.yaml

rate-limiting/.project.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
implementation:
2+
ref: .
3+
definition:
4+
refMode: filesystem
5+
ref: definition

0 commit comments

Comments
 (0)