AaronErhardt / actix-governor

A middleware for actix-web that provides rate-limiting backed by governor.
GNU General Public License v3.0
103 stars 21 forks source link

individual api rate limiter? #22

Closed ash-hashtag closed 2 years ago

ash-hashtag commented 2 years ago

Feature Request

Or is it already there?

AaronErhardt commented 2 years ago

I think that's already possible. You should be able to set individual middlewares for only a single handler or a group of handlers. But maybe adding an example for that would help.