All Identifiers

Name Unit Description
AK BrookConsts

*

AM BrookConsts

&

AP BrookConsts

'

Application BrookApplication

Returns the application instance maintaining compatibility with legacy code.

AT BrookConsts

@

BR BrookConsts

BR HTML tag.

BrookApp BrookApplication

Returns the application instance.

BrookCopyObject BrookUtils

Copies the value of all properties from one object to another.

BrookCopyObject BrookUtils

Copies the value of all properties from one object to another.

BrookCopyObject BrookUtils

Copies the value of all properties from one object to another.

BrookCopyObject BrookUtils

Copies the value of all properties from one object to another passing the prop.

BrookCopyObject BrookUtils

Copies the value of all properties from one object to another passing the prop.

BrookCopyObject BrookUtils

Copies the value of all properties from one object to another passing the prop.

BrookDateTimeToGMT BrookHttpUtils

Converts TDateTime to a GMT format.

BrookDumpStack BrookUtils

Writes a backtrace of the current exception.

BrookDumpStackTrace BrookUtils

Writes a stack trace of the current exception.

BrookEndsChar BrookUtils

Check whether a string ends with a given character.

BrookExcludeTrailingUrlDelimiter BrookUtils

Ensures Url ends without delimiter.

BrookExists BrookUtils

Checks if a string exists in an array of strings.

BrookExists BrookUtils

Checks (ignoring case) if a string exists in an array of strings.

BrookExtractPathLevels BrookUtils

Get the next pathinfo level.

BrookExtractUrlFileName BrookHttpUtils

Extracts the file name of an URL.

BrookExtractUrlFileName BrookHttpUtils

Extracts the file name of an URL and escapes it.

BrookFileDate BrookUtils

Get the datetime of a file.

BrookFileExtFromMimeType BrookHttpUtils

Returns a file extension by MIME type.

BrookGetAcceptEncoding BrookHttpUtils

Returns a string of HTTP AcceptEnconding.

BrookGetAcceptEncodingSet BrookHttpUtils

Returns a set of HTTP AceptEnconding header.

BrookGetPathLevel BrookUtils

Get the path level passing the respective index.

BrookGetPathLevels BrookUtils

Get the path from the level correspondent to the index to the last level.

BrookHttpRequest BrookHttpUtils

Perform HTTP requests.

BrookIncludeTrailingUrlDelimiter BrookUtils

Ensures Url ends with delimiter.

BrookMatchMethod BrookUtils

Checks if a string is equivalent an enumerator representing a HTTP request method.

BrookMimeTypeFromFileExt BrookHttpUtils

Returns a MIME type by file extension.

BrookMimeTypeFromFileName BrookHttpUtils

Returns a MIME type by file name.

BrookObjectToString BrookUtils

Reads a published property of an object passing the property as PPropInfo and getting the value as string.

BrookObjectToString BrookUtils

Reads a published property of an object passing the name as string and getting the value as string.

BrookObjectToStrings BrookUtils

Reads the published properties of an object getting the names and values as a list of strings.

BrookObjectToStrings BrookUtils

Reads the published properties of an object getting the names and values as a list of strings.

BrookObjectToStrings BrookUtils

Reads the published properties of an object getting the names and values as a list of strings.

BrookReasonPhraseToStatusCode BrookHttpUtils

Returns the status code corresponding to a reason phrase.

BrookRegisterApp BrookApplication

Register the application.

BrookRequestMethodToStr BrookHttpUtils

Returns the string corresponding to a TBrookRequestMethod.

BrookSafeCopyObject BrookUtils

Copies the value of all properties from one object to another and checking the params.

BrookSafeCopyObject BrookUtils

Copies the value of all properties from one object to another passing the prop.

BrookSafeCopyObject BrookUtils

Copies the value of all properties from one object to another passing the prop.

BrookSafeCopyObject BrookUtils

Copies the value of all properties from one object to another and checking the params.

BrookSafeCopyObject BrookUtils

Copies the value of all properties from one object to another passing the prop.

BrookSafeCopyObject BrookUtils

Copies the value of all properties from one object to another and checking the params.

BrookSafeObjectToString BrookUtils

Reads a published property of an object passing the name, getting the value as string and checking the params.

BrookSafeObjectToStrings BrookUtils

Reads the published properties of an object getting the names and values as a list of strings and checking the params.

BrookSafeObjectToStrings BrookUtils

Reads the published properties of an object getting the names and values as a list of strings and checking the params.

BrookSafeObjectToStrings BrookUtils

Reads the published properties of an object getting the names and values as a list of strings and checking the params.

BrookSafeStringsToObject BrookUtils

Fills the published properties of an object passing the names and values as a list of strings and checking the params.

BrookSafeStringsToObject BrookUtils

Fills the published properties of an object passing the names and values as a list of strings and checking the params.

BrookSafeStringsToObject BrookUtils

Fills the published properties of an object passing the names and values as a list of strings and checking the params.

BrookSafeStringToObject BrookUtils

Fills a published property of an object passing the name and value as string and checking the params.

BrookSameUrl BrookHttpUtils

Compare two URLs ignoring a possible final slash.

BrookSettings BrookUtils

Global variable to store Brook settings.

BrookStartsChar BrookUtils

Check whether a string starts with a given character.

BrookStatusCodeToReasonPhrase BrookHttpUtils

Returns the reason phrase corresponding to a status code.

BrookStringsToObject BrookUtils

Fills the published properties of an object passing the names and values as a list of strings.

BrookStringsToObject BrookUtils

Fills the published properties of an object passing the names and values as a list of strings.

BrookStringsToObject BrookUtils

Fills the published properties of an object passing the names and values as a list of strings.

BrookStringToObject BrookUtils

Fills a published property of an object passing the property as PPropInfo and value as string.

BrookStringToObject BrookUtils

Fills a published property of an object passing the name and value as string.

BrookStrToRequestMethod BrookHttpUtils

Returns the TBrookRequestMethod corresponding to a string.

BrookUnregisterApp BrookApplication

Unregister the application.

BROOK_APP_GUID BrookConsts

 

BROOK_CLT_ENV_HTTP_ACCEPT BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_ACCEPT_CHARSET BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_ACCEPT_ENCODING BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_ACCEPT_LANGUAGE BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_CACHE_CONTROL BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_CONNECTION BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_COOKIE BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_HOST BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_IF_MODIFIED_SINCE BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_IF_NONE_MATCH BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_REFERER BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_USER_AGENT BrookHttpConsts

 

BROOK_CLT_ENV_HTTP_X_REQUESTED_WITH BrookHttpConsts

 

BROOK_ERROR_MASK BrookConsts

 

BROOK_GMT_FRMT BrookConsts

 

BROOK_GUID BrookConsts

 

BROOK_HTTP_CACHE_CONTROL_CACHE_EXTENSION BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_MAX_AGE BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_MAX_STALE BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_MIN_FRESH BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_MUST_REVALIDATE BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_NO_CACHE BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_NO_STORE BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_NO_TRANSFORM BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_ONLY_IF_CACHED BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_PRIVATE BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_PROXY_REVALIDATE BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_PUBLIC BrookHttpConsts

 

BROOK_HTTP_CACHE_CONTROL_S_MAXAGE BrookHttpConsts

 

BROOK_HTTP_CHARSET_ISO_8859_1 BrookHttpConsts

 

BROOK_HTTP_CHARSET_UTF_8 BrookHttpConsts

 

BROOK_HTTP_CLIENT_DEFAULT_LIBRARY BrookHttpConsts

 

BROOK_HTTP_CONTENT_DISPOSITION_ATTACHMENT BrookHttpConsts

 

BROOK_HTTP_CONTENT_DISPOSITION_INLINE BrookHttpConsts

 

BROOK_HTTP_CONTENT_ENCODING_DEFLATE BrookHttpConsts

 

BROOK_HTTP_CONTENT_ENCODING_GZIP BrookHttpConsts

 

BROOK_HTTP_CONTENT_ENCODING_SDCH BrookHttpConsts

 

BROOK_HTTP_CONTENT_ENCODING_X_GZIP BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_JAVASCRIPT BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_JSON BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_MP4 BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_MPEG4_GENERIC BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_MSWORD BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_MS_EXCEL BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_MS_POWERPOINT BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_OCTET_STREAM BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_PDF BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_RDF_XML BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_XML BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_X_WWW_FORM_URLENCODED BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_APP_ZIP BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_AUDIO_MPEG BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_IMAGE_GIF BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_IMAGE_JPEG BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_IMAGE_PNG BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_IMAGE_TIFF BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_MULTIPART_FORM_DATA BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_MULTIPART_FORM_DATA_BOUNDARY BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_TEXT_CSS BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_TEXT_CVS BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_TEXT_HTML BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_TEXT_PLAIN BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_TEXT_RICHTEXT BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_TEXT_RTF BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_TEXT_XML BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_VIDEO_MPEG BrookHttpConsts

 

BROOK_HTTP_CONTENT_TYPE_VIDEO_QUICKTIME BrookHttpConsts

 

BROOK_HTTP_DAEMON_CLASSNAME BrookConsts

 

BROOK_HTTP_DAEMON_DESCRIPTION BrookConsts

 

BROOK_HTTP_DAEMON_DISPLAYNAME BrookConsts

 

BROOK_HTTP_DAEMON_NAME BrookConsts

 

BROOK_HTTP_HEADER_CACHE_CONTROL BrookHttpConsts

 

BROOK_HTTP_HEADER_CHARSET BrookHttpConsts

 

BROOK_HTTP_HEADER_CONTENT_DESCRIPTION BrookHttpConsts

 

BROOK_HTTP_HEADER_CONTENT_DISPOSITION BrookHttpConsts

 

BROOK_HTTP_HEADER_ETAG BrookHttpConsts

 

BROOK_HTTP_HEADER_STATUS BrookHttpConsts

 

BROOK_HTTP_HEADER_TRANSFER_ENCODING BrookHttpConsts

 

BROOK_HTTP_HEADER_X_POWERED_BY BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_ACCEPTED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_BAD_GATEWAY BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_BAD_REQUEST BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_CONFLICT BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_CONTINUE BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_CREATED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_EXPECTATION_FAILED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_FORBIDDEN BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_FOUND BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_GATEWAY_TIMEOUT BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_GONE BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_HTTP_VERSION_NOT_SUPPORTED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_INTERNAL_SERVER_ERROR BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_LENGTH_REQUIRED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_METHOD_NOT_ALLOWED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_MOVED_PERMANENTLY BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_MULTIPLE_CHOICES BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_NON_AUTHORITATIVE_INFORMATION BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_NOT_ACCEPTABLE BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_NOT_FOUND BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_NOT_IMPLEMENTED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_NOT_MODIFIED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_NO_CONTENT BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_OK BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_PARTIAL_CONTENT BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_PAYMENT_REQUIRED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_PRECONDITION_FAILED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_PROXY_AUTHENTICATION_REQUIRED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_REQUESTED_RANGE_NOT_SATISFIABLE BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_REQUEST_ENTITY_TOO_LARGE BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_REQUEST_TIMEOUT BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_REQUEST_URI_TOO_LONG BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_RESET_CONTENT BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_SEE_OTHER BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_SERVICE_UNAVAILABLE BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_SWITCHING_PROTOCOLS BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_TEMPORARY_REDIRECT BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_UNAUTHORIZED BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_UNSUPPORTED_MEDIA_TYPE BrookHttpConsts

 

BROOK_HTTP_REASON_PHRASE_USE_PROXY BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_COPY BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_DELETE BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_GET BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_HEAD BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_LOCK BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_MKCOL BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_MOVE BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_OPTIONS BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_PATCH BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_POST BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_PROPFIND BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_PROPPATCH BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_PUT BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_TRACE BrookHttpConsts

 

BROOK_HTTP_REQUEST_METHOD_UNLOCK BrookHttpConsts

 

BROOK_HTTP_RESPONSE_TEMPLATE_INTERNAL_SERVER_ERROR BrookHttpConsts

 

BROOK_HTTP_RESPONSE_TEMPLATE_NOT_FOUND BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_ACCEPTED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_BAD_GATEWAY BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_BAD_REQUEST BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_CONFLICT BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_CONTINUE BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_CREATED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_EXPECTATION_FAILED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_FORBIDDEN BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_FOUND BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_GATEWAY_TIMEOUT BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_GONE BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_HTTP_VERSION_NOT_SUPPORTED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_INTERNAL_SERVER_ERROR BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_LENGTH_REQUIRED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_METHOD_NOT_ALLOWED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_MOVED_PERMANENTLY BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_MULTIPLE_CHOICES BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_NON_AUTHORITATIVE_INFORMATION BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_NOT_ACCEPTABLE BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_NOT_FOUND BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_NOT_IMPLEMENTED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_NOT_MODIFIED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_NO_CONTENT BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_OK BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_PARTIAL_CONTENT BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_PAYMENT_REQUIRED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_PRECONDITION_FAILED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_PROXY_AUTHENTICATION_REQUIRED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_REQUESTED_RANGE_NOT_SATISFIABLE BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_REQUEST_ENTITY_TOO_LARGE BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_REQUEST_TIMEOUT BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_REQUEST_URI_TOO_LONG BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_RESET_CONTENT BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_SEE_OTHER BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_SERVICE_UNAVAILABLE BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_SWITCHING_PROTOCOLS BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_TEMPORARY_REDIRECT BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_UNAUTHORIZED BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_UNSUPPORTED_MEDIA_TYPE BrookHttpConsts

 

BROOK_HTTP_STATUS_CODE_USE_PROXY BrookHttpConsts

 

BROOK_HTTP_TRANSFER_ENCODING_CHUNKED BrookHttpConsts

 

BROOK_MAX_MIME_TYPE BrookConsts

 

BROOK_MIME_TYPE BrookConsts

 

BROOK_OVERRIDDEN_METHOD BrookConsts

 

BROOK_SESS_DEFAULT_TIMEOUT BrookConsts

3 minutes.

BROOK_SESS_ID BrookConsts

 

BROOK_SESS_PREFIX BrookConsts

 

BROOK_SRV_ENV_AUTH_TYPE BrookHttpConsts

 

BROOK_SRV_ENV_CONTENT_LENGTH BrookHttpConsts

 

BROOK_SRV_ENV_CONTENT_TYPE BrookHttpConsts

 

BROOK_SRV_ENV_DOCUMENT_ROOT BrookHttpConsts

 

BROOK_SRV_ENV_GATEWAY_INTERFACE BrookHttpConsts

 

BROOK_SRV_ENV_PATH_INFO BrookHttpConsts

 

BROOK_SRV_ENV_PATH_TRANSLATED BrookHttpConsts

 

BROOK_SRV_ENV_QUERY_STRING BrookHttpConsts

 

BROOK_SRV_ENV_REMOTE_ADDR BrookHttpConsts

 

BROOK_SRV_ENV_REMOTE_HOST BrookHttpConsts

 

BROOK_SRV_ENV_REMOTE_IDENT BrookHttpConsts

 

BROOK_SRV_ENV_REMOTE_PORT BrookHttpConsts

 

BROOK_SRV_ENV_REMOTE_USER BrookHttpConsts

 

BROOK_SRV_ENV_REQUEST_METHOD BrookHttpConsts

 

BROOK_SRV_ENV_REQUEST_URI BrookHttpConsts

 

BROOK_SRV_ENV_SCRIPT_FILENAME BrookHttpConsts

 

BROOK_SRV_ENV_SCRIPT_NAME BrookHttpConsts

 

BROOK_SRV_ENV_SERVER_ADDR BrookHttpConsts

 

BROOK_SRV_ENV_SERVER_ADMIN BrookHttpConsts

 

BROOK_SRV_ENV_SERVER_NAME BrookHttpConsts

 

BROOK_SRV_ENV_SERVER_PORT BrookHttpConsts

 

BROOK_SRV_ENV_SERVER_PROTOCOL BrookHttpConsts

 

BROOK_SRV_ENV_SERVER_SOFTWARE BrookHttpConsts

 

BROOK_SRV_ENV_X_FORWARDED_FOR BrookHttpConsts

 

BROOK_UUID_MASK BrookConsts

 

BROOK_UUID_SEP_MASK BrookConsts

 

CO BrookConsts

:

CR BrookConsts

CR

CRLF BrookConsts

CRLF

CS BrookConsts

,

DefBool BrookConsts

 

DefCurrency BrookConsts

 

DefDate BrookConsts

 

DefDateTime BrookConsts

 

DefFloat BrookConsts

 

DefInt BrookConsts

 

DefInt64 BrookConsts

 

DefTime BrookConsts

 

DQ BrookConsts

"

DS BrookConsts

\

DT BrookConsts

.

EBrook BrookException

Handles general exception in Brook.

EBrookAction BrookAction

Handles exceptions for TBrookAction.

EBrookApplication BrookApplication

Handles exceptions for application.

EBrookClass BrookException

Is a metaclass for EBrook class.

EBrookConfigurator BrookConfigurator

Handles exceptions for TBrookConfigurator.

EBrookConstraint BrookConstraints

Handles exceptions for TBrookConstraint.

EBrookHttp404 BrookException

Handles the exception for 404 error.

EBrookHttp500 BrookException

Handles the exception for 500 error.

EBrookHttpClient BrookHttpClient

Handles exceptions for EBrookHttpClient.

EBrookHttpDef BrookHttpClient

Handles exceptions for TBrookHttpDef.

EBrookHttpDefs BrookHttpClient

Handles exceptions for TBrookHttpDefs.

EBrookLogger BrookLogger

Handles exceptions for TBrookLogger.

EBrookMiddleware BrookMiddleware

Handles exceptions for TBrookMiddleware.

EBrookRouter BrookRouter

Handles exceptions for TBrookRouter.

EBrookRoutes BrookRouter

Handles exceptions for TBrookRoutes.

EBrookSession BrookSession

Handles exceptions for TBrookSession.

EQ BrookConsts

=

ES BrookConsts

Empty string.

GT BrookConsts

>

HS BrookConsts

Param separator.

HT BrookConsts

TAB

IBrookApplication BrookApplication

Interface of the application.

IBrookInterface BrookClasses

Is the main interface for Brook.

LE BrookConsts

Line ending.

LF BrookConsts

LF

LS BrookConsts

[

LT BrookConsts

<

NS BrookConsts

Null string.

NU BrookConsts

NULL

NullDate BrookConsts

Null date.

NullDateTime BrookConsts

Null datetime.

NullTime BrookConsts

Null time.

PBrookConfigureEvent BrookConfigurator

Defines a pointer to the configure event.

PBrookConstraintItem BrookConstraints

 

PBrookExecuteActionEvent BrookRouter

Defines a pointer to the execute action event.

PBrookLogEvent BrookLogger

Defines a pointer to the log event.

PBrookMatchPatternEvent BrookRouter

Defines a pointer to the match pattern event.

PBrookMiddlewareExecuteEvent BrookMiddleware

Defines a pointer to the TBrookMiddlewareExecuteEvent type.

PBrookRoute BrookRouter

Defines a pointer to the route item.

PBrookRouteEvent BrookRouter

Defines a pointer to the route event.

PBrookSessionExpireEvent BrookSession

Defines a pointer to the session expire event.

PBrookSessionFinishEvent BrookSession

Defines a pointer to the session finish event.

PBrookSessionStartEvent BrookSession

Defines a pointer to the session start event.

PE BrookConsts

)

PO BrookConsts

#

PS BrookConsts

(

PT BrookConsts

%

QU BrookConsts

?

RS BrookConsts

]

SBrookActionAlreadyRegisteredError BrookMessages

 

SBrookActionAlreadyRegisteredError_rst BrookMessages

 

SBrookApplicationAlreadyRegisteredError BrookMessages

 

SBrookApplicationAlreadyRegisteredError_rst BrookMessages

 

SBrookCfgFileNotFoundError BrookMessages

 

SBrookCfgFileNotFoundError_rst BrookMessages

 

SBrookConstraintAlreadyRegisteredError BrookMessages

 

SBrookConstraintAlreadyRegisteredError_rst BrookMessages

 

SBrookConstraintsServiceAlreadyRegisteredError BrookMessages

 

SBrookConstraintsServiceAlreadyRegisteredError_rst BrookMessages

 

SBrookDefaultActionAlreadyRegisteredError BrookMessages

 

SBrookDefaultActionAlreadyRegisteredError_rst BrookMessages

 

SBrookDefaultLocale BrookMessages

 

SBrookDefaultLocale_rst BrookMessages

 

SBrookEmptyLibraryNameError BrookMessages

 

SBrookEmptyLibraryNameError_rst BrookMessages

 

SBrookFileNotFoundError BrookMessages

 

SBrookFileNotFoundError_rst BrookMessages

 

SBrookInvalidRequestMethodError BrookMessages

 

SBrookInvalidRequestMethodError_rst BrookMessages

 

SBrookItemNotFoundError BrookMessages

 

SBrookItemNotFoundError_rst BrookMessages

 

SBrookLoggerServiceAlreadyRegisteredError BrookMessages

 

SBrookLoggerServiceAlreadyRegisteredError_rst BrookMessages

 

SBrookMethodNotAllowedError BrookMessages

 

SBrookMethodNotAllowedError_rst BrookMessages

 

SBrookNoApplicationRegisteredError BrookMessages

 

SBrookNoApplicationRegisteredError_rst BrookMessages

 

SBrookNoConstraintsServiceRegisteredError BrookMessages

 

SBrookNoConstraintsServiceRegisteredError_rst BrookMessages

 

SBrookNoLoggerServiceRegisteredError BrookMessages

 

SBrookNoLoggerServiceRegisteredError_rst BrookMessages

 

SBrookNoRequestMethodError BrookMessages

 

SBrookNoRequestMethodError_rst BrookMessages

 

SBrookNoRouteRegisteredError BrookMessages

 

SBrookNoRouteRegisteredError_rst BrookMessages

 

SBrookNoRouterServiceRegisteredError BrookMessages

 

SBrookNoRouterServiceRegisteredError_rst BrookMessages

 

SBrookNotNilError BrookMessages

 

SBrookNotNilError_rst BrookMessages

 

SBrookPatternAlreadyRegisteredError BrookMessages

 

SBrookPatternAlreadyRegisteredError_rst BrookMessages

 

SBrookRegiterTBrookActionError BrookMessages

 

SBrookRegiterTBrookActionError_rst BrookMessages

 

SBrookRouterServiceAlreadyRegisteredError BrookMessages

 

SBrookRouterServiceAlreadyRegisteredError_rst BrookMessages

 

SC BrookConsts

;

SP BrookConsts

Space.

TBrookAcceptEncodingSet BrookHttpUtils

Defines a set to represent the AcceptEncoding HTTP header.

TBrookAction BrookAction

Provides features to handle HTTP requests and responses.

TBrookActionClass BrookAction

Is a metaclass for TBrookAction class.

TBrookArrayOfString BrookUtils

Defines an array of strings.

TBrookClass BrookClasses

Is the main class for Brook.

TBrookComponent BrookClasses

Is the main component for Brook.

TBrookConfigurator BrookConfigurator

Configures objects by means of string or file.

TBrookConfiguratorClass BrookConfigurator

Is a metaclass for TBrookConfigurator class.

TBrookConfigureEvent BrookConfigurator

Is a type to configure event.

TBrookConstraint BrookConstraints

Offers features for constraint handling.

TBrookConstraintClass BrookConstraints

Is a metaclass for TBrookConstraint class.

TBrookConstraintItem BrookConstraints

Defines a constraint item.

TBrookConstraints BrookConstraints

Registers and executes constraint classes.

TBrookConstraintsClass BrookConstraints

Is a metaclass for TBrookConstraints class.

TBrookCookie BrookHttpDefs

Alias to TCookie.

TBrookCookies BrookHttpDefs

Alias to TCookies.

TBrookCustomConstraint BrookConstraints

Offers general features for constraint handling.

TBrookCustomConstraintClass BrookConstraints

Is a metaclass for TBrookCustomConstraint class.

TBrookCustomConstraints BrookConstraints

Registers constraint classes.

TBrookCustomConstraintsClass BrookConstraints

Is a metaclass for TBrookCustomConstraints class.

TBrookDataModule BrookClasses

Is the main data module for Brook.

TBrookExecuteActionEvent BrookRouter

Is a type to *ExecuteAction event.

TBrookGAction BrookAction

Provides features to handle HTTP requests and responses mapping URIs to object.

TBrookGSession BrookSession

Defines features to the section mapping field values to object.

TBrookHttpClient BrookHttpClient

Client to perform HTTP requests.

TBrookHttpClientClass BrookHttpClient

Is a metaclass for TBrookHttpClient class.

TBrookHttpDef BrookHttpClient

Offers general abstract features for HTTP handling.

TBrookHttpDefClass BrookHttpClient

Is a metaclass for TBrookHttpDef class.

TBrookHttpDefs BrookHttpClient

Registers HTTP definitions.

TBrookHttpDefsClass BrookHttpClient

Is a metaclass for TBrookHttpDefs class.

TBrookHttpResult BrookHttpClient

Information returned after a request.

TBrookInterfacedObject BrookClasses

Is the main interfaced object for Brook.

TBrookLogEvent BrookLogger

Is a type to the log event.

TBrookLogger BrookLogger

Provides features for the application logging.

TBrookLoggerClass BrookLogger

Is a metaclass for TBrookLogger class.

TBrookLogOutput BrookLogger

Defines an enumerator to represent the logger output kind.

TBrookLogType BrookLogger

Defines an enumerator to represent the logger event types.

TBrookLogTypes BrookLogger

Defines a set to represent the logger event types.

TBrookMatchPatternEvent BrookRouter

Is a type to *MatchPattern event.

TBrookMiddleware BrookMiddleware

Intermediates two classes through a TBrookExecuteActionEvent event.

TBrookMiddlewareClass BrookMiddleware

Is a metaclass for TBrookMiddleware class.

TBrookMiddlewareExecuteEvent BrookMiddleware

Is a type to *Middleware.OnExecute event.

TBrookObject BrookClasses

Is the main object for Brook.

TBrookPersistent BrookClasses

Is the main persistent for Brook.

TBrookRequest BrookHttpDefs

Alias to TRequest.

TBrookRequestMethod BrookUtils

Defines an enumerator to represent the HTTP request methods.

TBrookResponse BrookHttpDefs

Alias to TResponse.

TBrookRoute BrookRouter

Defines a route item.

TBrookRouteEvent BrookRouter

Is a type to *Route event.

TBrookRouter BrookRouter

Provides features for the route handling.

TBrookRouterClass BrookRouter

Is a metaclass for TBrookRouter class.

TBrookRoutes BrookRouter

Defines a list of routes.

TBrookRoutesClass BrookRouter

Is a metaclass for TBrookRoutes class.

TBrookSession BrookSession

Defines features to the session handling.

TBrookSessionClass BrookSession

Is a metaclass for TBrookSession class.

TBrookSessionExpireEvent BrookSession

Is a type to the session expire event.

TBrookSessionFinishEvent BrookSession

Is a type to the session finish event.

TBrookSessionStartEvent BrookSession

Is a type to the session start event.

TBrookSettings BrookUtils

Stores the Brook settings.

TBrookUploadedFile BrookHttpDefs

Alias to TUploadedFile.

TBrookUploadedFiles BrookHttpDefs

Alias to TUploadedFiles.

US BrookConsts

/


Generated by PasDoc 0.15.0.