Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
BrookHttpClient
type TBrookHttpResult = record
Information returned after a request.
StatusCode: Integer;
ReasonPhrase: string;
Header: string;
Content: string;