Daraja HTTP Framework 2.8
HTTP server framework for Object Pascal
Loading...
Searching...
No Matches
TdjWebFilter Class Reference

A base class which can be subclassed to create a HTTP filter component for a Web site. More...

+ Inheritance diagram for TdjWebFilter:

Additional Inherited Members

- Public Member Functions inherited from TdjGenericWebFilter
 TdjGenericWebFilter ()
 Constructor.
 
 ~TdjGenericWebFilter ()
 Destructor.
 
 Init (const IWebFilterConfig Config)
 
 DoFilter (TdjServerContext Context, TdjRequest Request, TdjResponse Response, const IWebFilterChain Chain)
 The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
 
 DestroyFilter ()
 

Detailed Description

A base class which can be subclassed to create a HTTP filter component for a Web site.