Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rfc: RateLimitPolicy v2 * add spec.limits.matches * Added drawbacks * Added implementation details for each example * Example section headers moved one level up * Future possibilities * Prior art * Added date and issue refs * Added pr #10 to the watchlist * fix: header name :host -> :authority * remove the concept of increment from the rfc - it deserves its own proposal to be discussed separately * fix unique hash route matcher identifiers * Atomic targeting of HTTPRouteRules * Back to matching any subset of HTTPRouteMatches as the way to select the HTTPRouteRules to be bound to a limit + Limit's name becomes a first-class citizen * Soft conditions do not accept expressions related to attributes of the HTTP request * Update the example of the Mechanics of generating RL descriptor actions for one that does not involve HTTP attributes used in 'soft' conditions * Fix example 1 so it's clear the HTTPRouteMatch does not have to entirely stated within the trigger matches, but only a portion of it will do (if that portion is enough to scope the limit)
- Loading branch information