mirror of https://github.com/encode/starlette.git
Add RatelimitMiddleware in docs (#988)
* add RatelimitMiddleware * empty commit to run test Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
parent
349cc73763
commit
ced8c350c4
|
@ -284,3 +284,6 @@ module.
|
||||||
A middleware class that emits tracing info to [OpenTracing.io](https://opentracing.io/) compatible tracers and
|
A middleware class that emits tracing info to [OpenTracing.io](https://opentracing.io/) compatible tracers and
|
||||||
can be used to profile and monitor distributed applications.
|
can be used to profile and monitor distributed applications.
|
||||||
|
|
||||||
|
#### [RateLimitMiddleware](https://github.com/abersheeran/asgi-ratelimit)
|
||||||
|
|
||||||
|
A rate limit middleware. Regular expression matches url; flexible rules; highly customizable. Very easy to use.
|
||||||
|
|
Loading…
Reference in New Issue