-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(boundary): adapt rate-limit rule definition (#2678)
This definition would allow to `rate-limit` on multiple request types: ``` pub struct RateLimitRule { ... pub request_types: Option<Vec<RequestType>>, ... } ``` Co-authored-by: IDX GitLab Automation <[email protected]>
- Loading branch information
1 parent
2f00d68
commit 9b4497b
Showing
3 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters