Class TBrookHttpDefs
Unit
BrookHttpClient
Declaration
type TBrookHttpDefs = class(specialize TFPGList<TBrookHttpDefClass>)
Description
Registers HTTP definitions.
Hierarchy
Overview
Methods
Description
Methods
|
class function Service: TBrookHttpDefs; |
Registers the service provided by this class.
|
|
function Find(const ALibrary: string): TBrookHttpDefClass; |
Finds a database item by its library name.
|
|
function ItemByLibrary(const ALibrary: string): TBrookHttpDefClass; |
Returns a database item by its library name.
|
Generated by PasDoc 0.15.0.
|