|
Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
|
Interface for HTTP request handlers. More...
Public Member Functions | |
| Handle (const string Target, TdjServerContext Context, TdjRequest Request, TdjResponse Response) | |
| Handles an HTTP request. | |
| boolean | IsStarted () |
| boolean | IsStopped () |
| Start () | |
| Starts the component. | |
| Stop () | |
| Stops the component. | |
Interface for HTTP request handlers.
| IHandler::Handle | ( | const string | Target, |
| TdjServerContext | Context, | ||
| TdjRequest | Request, | ||
| TdjResponse | Response ) |
Handles an HTTP request.
| Target | Target path or resource identifier |
| Context | Server context for this request |
| Request | HTTP request object |
| Response | HTTP response object to populate |
| EWebComponentException | if an exception occurs that interferes with the component's normal operation. |
Implemented in TdjAbstractHandler, TdjContextHandler, TdjHandlerCollection, TdjHandlerList, TdjHandlerWrapper, TdjServerBase, TdjWebComponentContextHandler, and TdjWebComponentHandler.
|
inherited |
|
inherited |
Implemented in TdjLifeCycle.
|
inherited |
Starts the component.
Implemented in TdjLifeCycle.
|
inherited |