|
Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
|
Interface for filter chains that allow sequential processing of requests through multiple filters. More...
Public Member Functions | |
| DoFilter (TdjServerContext Context, TdjRequest Request, TdjResponse Response) | |
| Executes the next filter in chain. | |
Interface for filter chains that allow sequential processing of requests through multiple filters.
| IWebFilterChain::DoFilter | ( | TdjServerContext | Context, |
| TdjRequest | Request, | ||
| TdjResponse | Response ) |
Executes the next filter in chain.
| Context | Server context |
| Request | HTTP request |
| Response | HTTP response to populate |
Implemented in TdjWebFilterChain.