|
Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
|
HTTP Server. More...
Public Member Functions | |
| TdjHTTPServer () | |
| Create a HTTP Server. | |
Public Attributes | |
| OnCommandGet | |
| Handler for HTTP requests. | |
Protected Member Functions | |
| DoMaxConnectionsExceeded (TIdIOHandler AIOHandler) | |
| If the server has a connection limit (MaxConnections) set, and a new request exceeds this limit, log as a warning message. | |
HTTP Server.
Inherits from Indy HTTP Server.
| TdjHTTPServer::TdjHTTPServer | ( | ) |
Create a HTTP Server.
|
protected |
If the server has a connection limit (MaxConnections) set, and a new request exceeds this limit, log as a warning message.
| TdjHTTPServer::OnCommandGet |
Handler for HTTP requests.