mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9848 from edwilde/patch-2
DOC complete first sentence describing middleware
This commit is contained in:
commit
54f439ace0
@ -5,7 +5,7 @@ summary: Create objects for modifying request and response objects across contro
|
||||
|
||||
# HTTP Middlewares
|
||||
|
||||
HTTP Middlewares allow you to put code that will run before or after. These might be used for
|
||||
HTTP Middlewares allow you to add code that will run before or after a request has been delegated to the router. These might be used for
|
||||
authentication, logging, caching, request processing, and many other purposes. Note this interface
|
||||
replaces the SilverStripe 3 interface [RequestFilter](api:SilverStripe\Control\RequestFilter), which still works but is deprecated.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user