Unit RALServer
Functions and Procedures
Constants
Variables
Description
Unit for all HTTP Server related implementations
Uses
- Classes
- SysUtils
- StrUtils
- TypInfo
- DateUtils
- RALAuthentication
- RALRoutes
- RALTypes
- RALTools
- RALMIMETypes
- RALConsts
- RALParams
- RALRequest
- RALResponse
- RALThreadSafe
- RALCustomObjects
- RALCripto
- RALCompress
- RALResponsePages
- RALCompressZLib
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Class TRALSSL |
|
Class TRALBruteForceProtection |
|
Class TRALClientList |
|
Class TRALClientBlockList |
|
Class TRALIPConfig |
|
Class TRALCORSOptions |
|
Class TRALSecurity |
|
Class TRALServer |
|
Class TRALModuleRoutes |
Types
TRALOnClientBlock = procedure(Sender: TObject; AClientIP: StringRAL) of object; |
TRALOnServerError = procedure(Error: Exception) of object; |
Description
Types
TRALOnClientBlock = procedure(Sender: TObject; AClientIP: StringRAL) of object; |
|
Event fired when requesting IP is blocked |
TRALOnServerError = procedure(Error: Exception) of object; |
GitHub Repository
Generated by PasDoc 0.16.0.