Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
Loading...
Searching...
No Matches
IWebFilterChain Interface Reference

Interface for filter chains that allow sequential processing of requests through multiple filters. More...

Inheritance diagram for IWebFilterChain:
TdjWebFilterChain

Public Member Functions

 DoFilter (TdjServerContext Context, TdjRequest Request, TdjResponse Response)
 Executes the next filter in chain.

Detailed Description

Interface for filter chains that allow sequential processing of requests through multiple filters.

Member Function Documentation

◆ DoFilter()

IWebFilterChain::DoFilter ( TdjServerContext Context,
TdjRequest Request,
TdjResponse Response )

Executes the next filter in chain.

Parameters
ContextServer context
RequestHTTP request
ResponseHTTP response to populate

Implemented in TdjWebFilterChain.