Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
Loading...
Searching...
No Matches
djInterfaces.pas File Reference

Classes

interface  IContext
 Interface for server contexts that provide access to configuration and resources. More...
interface  IContextConfig
 Interface for context configuration, providing access to initialization parameters. More...
interface  IHandler
 Interface for HTTP request handlers. More...
interface  IHandlerContainer
 Interface for components that can contain multiple handlers. More...
interface  ILifeCycle
 Interface for components with a lifecycle (start/stop capabilities). More...
interface  IWebComponent
 Interface for web components that process HTTP requests and generate responses. More...
interface  IWebComponentConfig
 Interface for web component configuration, providing access to initialization parameters. More...
interface  IWebFilter
 Interface for web filters that can intercept and modify HTTP requests and responses. More...
interface  IWebFilterChain
 Interface for filter chains that allow sequential processing of requests through multiple filters. More...
interface  IWebFilterConfig
 Interface for web filter configuration, providing access to filter settings and parameters. More...
interface  IWriteableConfig
 Interface for writable configuration objects that can be modified at runtime. More...

Typedefs

typedef interface IContextConfig

Typedef Documentation

◆ IContextConfig

typedef interface IContextConfig