You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: middlewares/index.md
+1
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,7 @@ Fano Framework provides several built-in middlewares.
308
308
-`TCacheControlMiddleware`, middleware class which adds `Cache-Control` response header. For more information, read [Http cache header](/working-with-response/http-cache-header).
309
309
-`TNoCacheMiddleware`, middleware class which adds `Cache-Control` response header to prevent browser from caching response.
310
310
-`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.
0 commit comments