Unit BrookHTTPResponse

Description

Contains class which dispatches data to the client.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class EBrookHTTPResponse Handles exceptions related to response class.
Class TBrookHTTPResponse Class which dispatches headers, contents, binaries, files and other data to the client.

Constants

SBrookInvalidHTTPStatus = 'Invalid status code: %d.';
SBrookResponseAlreadySent = 'Response already sent.';
SBrookZLibError = 'Generic ZLib error.';

Description

Constants

SBrookInvalidHTTPStatus = 'Invalid status code: %d.';

Error message 'Invalid status code: <code>.'.

SBrookResponseAlreadySent = 'Response already sent.';

Error message 'Response already sent.'.

SBrookZLibError = 'Generic ZLib error.';

Error message 'Generic ZLib error.'.


Generated by PasDoc 0.16.0.