Unit BrookHTTPRequest
Functions and Procedures
Constants
Variables
Description
Contains class which receives data sent by the client.
Uses
- SysUtils
- Marshalling
- libsagui
- BrookUtility
- BrookHandledClasses
- BrookExtra
- BrookString
- BrookStringMap
- BrookHTTPUploads
- BrookHTTPResponse
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class TBrookHTTPRequest |
Class which provides headers, cookies, query-string, fields, payloads, uploads and other data sent by the client. |
Types
TBrookHTTPRequestIsolatedProc = procedure(ARequest: TBrookHTTPRequest; AResponse: TBrookHTTPResponse; AUserData: Pointer); |
Description
Types
TBrookHTTPRequestIsolatedProc = procedure(ARequest: TBrookHTTPRequest; AResponse: TBrookHTTPResponse; AUserData: Pointer); |
Procedure signature used to trigger isolated requests. |
Generated by PasDoc 0.16.0.