Skip to content

Commit a4d669a

Browse files
authored
add info on throttle middleware
1 parent cda8c0f commit a4d669a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

middlewares/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ Fano Framework provides several built-in middlewares.
308308
- `TCacheControlMiddleware`, middleware class which adds `Cache-Control` response header. For more information, read [Http cache header](/working-with-response/http-cache-header).
309309
- `TNoCacheMiddleware`, middleware class which adds `Cache-Control` response header to prevent browser from caching response.
310310
- `TStaticFilesMiddleware`, middleware class which serves static files. For more information, read [Serving static files](/working-with-response/serve-static-files).
311+
- `TThrottleMiddleware`, middleware class which limit rate of request to one ore more routes.
311312

312313
### Group several middlewares as one
313314

0 commit comments

Comments
 (0)