Skip to content

Commit

Permalink
Add RatelimitMiddleware in docs (#988)
Browse files Browse the repository at this point in the history
* add RatelimitMiddleware

* empty commit to run test

Co-authored-by: Tom Christie <tom@tomchristie.com>
  • Loading branch information
abersheeran and tomchristie committed Jun 29, 2020
1 parent 349cc73 commit ced8c35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/middleware.md
Expand Up @@ -281,6 +281,9 @@ module.

#### [StarletteOpentracing](https://github.com/acidjunk/starlette-opentracing)

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.

#### [RateLimitMiddleware](https://github.com/abersheeran/asgi-ratelimit)

A rate limit middleware. Regular expression matches url; flexible rules; highly customizable. Very easy to use.

0 comments on commit ced8c35

Please sign in to comment.