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

Question: Is it possible to apply route specific rate limiting? #48

Closed sagojez closed 2 months ago

AaronErhardt commented 9 months ago

Yes, you can attach specific middlewares to individual routes, groups of routes or all routes. You can even stack them. That has nothing to do with actix-governor, but is offered by actix for all middlewares.