All Identifiers

Name Unit Description
Brook BrookUtility

Global Brook object containing general purpose functions.

BROOK_BACKLOG BrookExtra

Default maximum length of the queue of pending connections.

BROOK_BUFFER_SIZE BrookExtra

Default buffer size (in bytes).

BROOK_COOKIE_NAME_PREFIX BrookHTTPCookies

Default cookie name.

BROOK_COOKIE_SIG_PREFIX BrookHTTPCookies

Prefix to identify a signed cookie.

BROOK_CT_OCTET_STREAM BrookExtra

Default content type for binary content (octet-stream).

BROOK_CT_TEXT_PLAIN BrookExtra

Default content type for text content (text/plain in UTF-8).

BROOK_FILE_RIGHTS BrookExtra

Default file rights (under Unix, 438 = &666 = owner/group/others can read/write).

BROOK_LOGGER_OUTPUT_NAME BrookLogger

Default logger name.

BROOK_LOGGER_TAG BrookLogger

Default logger tag.

BROOK_MIME_FILE BrookMediaTypes

Default MIME types file name.

BROOK_MIME_PROVIDER BrookMediaTypes

Default MIME provider.

BROOK_MIME_TAG BrookMediaTypes

Register prefix for MIME types class.

BROOK_MIN_BUFFER_SIZE BrookExtra

Default minimal buffer size (in bytes).

BROOK_PAYLOAD_LIMIT BrookExtra

Default payload limit (in bytes).

BROOK_POST_BUFFER_SIZE BrookExtra

Default post buffer size (in bytes).

BROOK_UPLOADS_LIMIT BrookExtra

Default upload(s) limit (in bytes).

EBrookHTTPCookie BrookHTTPCookies

Handles exceptions related to HTTP cookies classes.

EBrookHTTPResponse BrookHTTPResponse

Handles exceptions related to response class.

EBrookHTTPServer BrookHTTPServer

Handles exceptions related to HTTP server.

EBrookHTTPServerSecurity BrookHTTPServer

Handles exceptions related to HTTP server security.

EBrookMediaTypes BrookMediaTypes

Handles exceptions related to media type classes.

EBrookURLEntryPoint BrookURLEntryPoints

Handles exceptions related to entry-point classes.

EBrookURLEntryPointList BrookURLEntryPoints

Handles exceptions related to URL entry-point list.

EBrookURLRoute BrookURLRouter

Handles exceptions related to route classes.

EBrookURLRoutes BrookURLRouter

Handles exceptions related to routes classes.

Evaluate BrookMathExpression

Evaluates a mathematical expression.

Sagui BrookUtility

Global Sagui object containing general purpose functions.

SBrookActiveLibLoader BrookLibraryLoader

Indicates not allowed operation when the library loader is loaded.

SBrookActiveMIMETypes BrookMediaTypes

Error message 'Active MIME types'.

SBrookActiveOutput BrookLogger

Error message 'Active output log.'.

SBrookActiveServer BrookHTTPServer

Error message 'Active server.'.

SBrookCannotCreateServerHandle BrookHTTPServer

Error message 'Cannot create server handle.'.

SBrookDefaultRouteAlreadyExists BrookURLRouter

Error message 'A default route already exists.'.

SBrookEmptyCertificate BrookHTTPServer

Error message 'Certificate cannot be empty.'.

SBrookEmptyCookieName BrookHTTPCookies

Error message 'Empty cookie name.'.

SBrookEmptyEntryPointName BrookURLEntryPoints

Error message '<new-class>: entry-point cannot be empty.'.

SBrookEmptyMediaExt BrookMediaTypes

Error message 'Empty media extension'.

SBrookEmptyMediaType BrookMediaTypes

Error message 'Empty media type'.

SBrookEmptyMIMEProvider BrookMediaTypes

Error message 'Empty MIME provider'.

SBrookEmptyOutputName BrookLogger

Error message 'Empty output name.'.

SBrookEmptyPrivateKey BrookHTTPServer

Error message 'Private key cannot be empty.'.

SBrookEmptyRoutePattern BrookURLRouter

Error message '<new-class>: pattern cannot be empty.'.

SBrookEntryPointAlreadyExists BrookURLEntryPoints

Error message '<new-class>: entry-point <entry-point> already exists in <existing-class>.'.

SBrookEntryPointListUnprepared BrookURLEntryPoints

Error message 'Entry-point list not prepared.'.

SBrookEntryPointNotFound BrookURLEntryPoints

Error message 'Entry-point not found: <entry-point>.'.

SBrookInactiveEntryPoints BrookURLEntryPoints

Error message 'Inactive entry-points.'.

SBrookInactiveMathExpression BrookMathExpression

Error message 'Inactive math expression.'.

SBrookInactiveMIMETypes BrookMediaTypes

Error message 'Inactive MIME types'.

SBrookInactiveOutput BrookLogger

Error message 'Inactive output log.'.

SBrookInactiveRouter BrookURLRouter

Error message 'Inactive router.'.

SBrookInvalidCookieName BrookHTTPCookies

Error message 'Invalid cookie name: <cookie-name>.'.

SBrookInvalidHTTPStatus BrookHTTPAuthentication

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

SBrookInvalidHTTPStatus BrookHTTPResponse

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

SBrookInvalidMediaExt BrookMediaTypes

Error message 'Invalid media extension: <ext>.'.

SBrookInvalidMediaType BrookMediaTypes

Error message 'Invalid media type: <media-type>.'.

SBrookInvalidMIMEProviderClass BrookMediaTypes

Error message 'Invalid MIME provider class: <class-name>.'.

SBrookInvalidOutputClass BrookLogger

Error message 'Invalid output class: <class-name>.'.

SBrookLevelDebug BrookLogger

Name for debug log level.

SBrookLevelError BrookLogger

Name for error log level.

SBrookLevelHint BrookLogger

Name for hint log level.

SBrookLevelInfo BrookLogger

Name for information log level.

SBrookLevelWarn BrookLogger

Name for warning log level.

SBrookNoEntryPointsDefined BrookURLEntryPoints

Error message 'No entry-points defined.'.

SBrookNoRoutesDefined BrookURLRouter

Error message 'No routes defined.'.

SBrookRequestMethodNotAllowed BrookURLRouter

Error message 'Request method not allowed: <method>.'.

SBrookRequestNoMethodDefined BrookURLRouter

Error message 'No routes defined.'.

SBrookResponseAlreadySent BrookHTTPResponse

Error message 'Response already sent.'.

SBrookRouteAlreadyExists BrookURLRouter

Error message '<new-class>: pattern <pattern> already exists in <existing-class>.'.

SBrookRouteNotFound BrookURLRouter

Error message 'Route not found: <route>.'.

SBrookRouterNotAssigned BrookURLEntryPoints

Error message 'Router not assigned for entry-point <entry-point>.'.

SBrookTLSNotAvailable BrookHTTPServer

Error message 'TLS is not available.'.

SBrookUnknownMIMEProvider BrookMediaTypes

Error message 'Unknown MIME provider: <unknown-mime>.'.

SBrookUnknownOutputName BrookLogger

Error message 'Unknown output name: <output-name>.'.

SBrookZLibError BrookHTTPResponse

Error message 'Generic ZLib error.'.

TBrookBaseReader BrookReader

Base proxied line reader.

TBrookErrorEvent BrookUtility

Event signature used by stuff that handles errors.

TBrookFileReader BrookReader

File line reader.

TBrookHandledCollectionItem BrookHandledClasses

The base handled collection item.

TBrookHandledComponent BrookHandledClasses

The base handled component.

TBrookHandledOwnedCollection BrookHandledClasses

The base handled collection.

TBrookHandledPersistent BrookHandledClasses

The base handled persistent.

TBrookHTTPAuthenticateErrorEvent BrookHTTPServer

Event signature used by HTTP server to handle errors in the clients authentication.

TBrookHTTPAuthenticateEvent BrookHTTPServer

Event signature used by HTTP server to handle the clients authentication.

TBrookHTTPAuthentication BrookHTTPAuthentication

Management class to grant, deny, cancel an authentication.

TBrookHTTPCookie BrookHTTPCookies

Server side HTTP cookie item.

TBrookHTTPCookieClass BrookHTTPCookies

Class-reference for TBrookHTTPCookie.

TBrookHTTPCookies BrookHTTPCookies

Server side HTTP cookie list.

TBrookHTTPCookieSameSite BrookHTTPCookies

SameSite cookie attribute types.

TBrookHTTPCookiesEnumerator BrookHTTPCookies

List enumerator for TBrookHTTPCookies.

TBrookHTTPCredentials BrookHTTPAuthentication

Class which holds the user authentication credentials.

TBrookHTTPRequest BrookHTTPRequest

Class which provides headers, cookies, query-string, fields, payloads, uploads and other data sent by the client.

TBrookHTTPRequestErrorEvent BrookHTTPServer

Event signature used by HTTP server to handle error in the requests.

TBrookHTTPRequestEvent BrookHTTPServer

Event signature used by HTTP server to handle requests.

TBrookHTTPRequestIsolatedProc BrookHTTPRequest

Procedure signature used to trigger isolated requests.

TBrookHTTPRequestMethod BrookUtility

HTTP verbs enumeration.

TBrookHTTPRequestMethodHelper BrookUtility

Type helper for HTTP verb conversion.

TBrookHTTPRequestMethods BrookUtility

Set of HTTP verbs.

TBrookHTTPResponse BrookHTTPResponse

Class which dispatches headers, contents, binaries, files and other data to the client.

TBrookHTTPServer BrookHTTPServer

Fast event-driven HTTP(S) server class.

TBrookHTTPServerClientConnectionEvent BrookHTTPServer

Event signature used by HTTP server to handle client connection events.

TBrookHTTPServerSecurity BrookHTTPServer

Class which holds the TLS properties for the HTTPS server.

TBrookHTTPUpload BrookHTTPUploads

Structured type which holds the upload properties and allows to save the uploaded file.

TBrookHTTPUploads BrookHTTPUploads

Uploads list which contains all uploaded files and form fields.

TBrookHTTPUploadsEnumerator BrookHTTPUploads

Enumerator used to iterate the map TBrookHTTPUpload.

TBrookLibraryLoader BrookLibraryLoader

Class for dynamic library loading.

TBrookLocker BrookUtility

Allows to lock other threads from accessing a block of code.

TBrookLogger BrookLogger

Component that writes log to a predefined output type.

TBrookLoggerLevels BrookLogger

Class that retains the log levels.

TBrookLoggerOutput BrookLogger

Abstract class for logger output.

TBrookLoggerOutputClass BrookLogger

Class-reference for TBrookLoggerOutput.

TBrookLoggerOutputConsole BrookLogger

Class for console logger output.

TBrookLoggerOutputFile BrookLogger

Class for file logger output.

TBrookMathExpression BrookMathExpression

Mathematical expression evaluator.

TBrookMathExpressionError BrookMathExpression

Structured type which holds the mathematical expression errors.

TBrookMathExpressionErrorEvent BrookMathExpression

Event signature used to handle errors in a mathematical expression.

TBrookMathExpressionErrorKind BrookMathExpression

Possible error types returned by the mathematical expression evaluator.

TBrookMathExpressionExtension BrookMathExpression

Structured type which holds the properties of a math expression extension.

TBrookMathExpressionExtensionEvent BrookMathExpression

Event signature used to handle extension in a mathematical expression.

TBrookMediaTypes BrookMediaTypes

Cached abstract class to register, add, remove, find a media type.

TBrookMediaTypesApache BrookMediaTypes

Media types provider from the Apache mime.types.

TBrookMediaTypesClass BrookMediaTypes

Class-reference for TBrookMediaTypes.

TBrookMediaTypesNginx BrookMediaTypes

Media types provider from the Nginx mime.types.

TBrookMediaTypesParser BrookMediaTypes

Base class containing a basic media types parser.

TBrookMediaTypesParserNginx BrookMediaTypes

Media types parser for Nginx mime.types.

TBrookMediaTypesPath BrookMediaTypes

Media types provider from the mime.types file.

TBrookMediaTypesPathClass BrookMediaTypes

Class-reference for TBrookMediaTypesPath.

TBrookMediaTypesUnix BrookMediaTypes

Media types provider from the /etc/mime.types.

TBrookMediaTypesWindows BrookMediaTypes

Media types provider from the Windows registry.

TBrookMIME BrookMediaTypes

Provides all registered media types in any supported platform.

TBrookStreamReader BrookReader

Line reader which uses stream as source of lines.

TBrookString BrookString

String buffer class and its related methods.

TBrookStringMap BrookStringMap

String map class and its related methods.

TBrookStringMapChangeEvent BrookStringMap

Event signature used to notify a change in the map.

TBrookStringMapComparator BrookStringMap

Function signature used by TBrookStringMap.Sort.

TBrookStringMapEnumerator BrookStringMap

Enumerator used to iterate the map TBrookStringMap.

TBrookStringMapIterator BrookStringMap

Function signature used by TBrookStringMap.Iterate.

TBrookStringMapOperation BrookStringMap

Identifies the kind of operation in the map.

TBrookStringPair BrookStringMap

Pair item of TBrookStringMap.

TBrookStringReader BrookReader

String line reader.

TBrookTextReader BrookReader

Abstract class for line reader.

TBrookURLEntryPoint BrookURLEntryPoints

Class to represent a URL entry-point item.

TBrookURLEntryPointClass BrookURLEntryPoints

Class-reference for TBrookURLEntryPoint.

TBrookURLEntryPointList BrookURLEntryPoints

Class to represent an list of URL entry-points.

TBrookURLEntryPointListEnumerator BrookURLEntryPoints

List enumerator for TBrookURLEntryPointList.

TBrookURLEntryPoints BrookURLEntryPoints

URL entry-points component.

TBrookURLEntryPointsNotFoundEvent BrookURLEntryPoints

Event signature used by TBrookURLEntryPoints to notify a not found entry-point items.

TBrookURLRoute BrookURLRouter

Class to represent a URL route item.

TBrookURLRouteClass BrookURLRouter

Class-reference for TBrookURLRoute.

TBrookURLRouteMatchEvent BrookURLRouter

Event signature used by TBrookURLRoute to notify a route matching.

TBrookURLRouter BrookURLRouter

URL router component.

TBrookURLRouteRequestEvent BrookURLRouter

Event signature used by TBrookURLRoute to notify a client request.

TBrookURLRouteRequestMethodEvent BrookURLRouter

Event signature used by TBrookURLRoute to notify a request method matching.

TBrookURLRouterRouteEvent BrookURLRouter

Event signature used by TBrookURLRouter to handle routing.

TBrookURLRoutes BrookURLRouter

Class to represent an list of URL routes.

TBrookURLRoutesEnumerator BrookURLRouter

List enumerator for TBrookURLRoutes.

tkPrimitives BrookUtility

Primitive kinds.


Generated by PasDoc 0.16.0.