$darkmode
The HTTP data provider class, provides API classes as children. More...
Inherits AbstractDataProvider.
Public Member Functions | |
| constructor (*hash< auto > options) | |
| Creates the object from constructor options. | |
| constructor (HTTPClient http) | |
| Creates the object from an HTTP connection. | |
| *list< hash< DataProviderSummaryInfo > > | getChildProviderSummaryInfo () |
| Return data provider summary info. | |
| *string | getDesc () |
| Returns the data provider description. | |
| string | getName () |
| Returns the data provider name. | |
Static Public Member Functions | |
| static HTTPClient | getHttpConnection (hash< auto > options) |
| Returns an HTTP connection. | |
| static hash< auto > | makeRequest (HTTPClient http, string meth, *data body, string path, *hash< auto > hdr) |
| Makes an HTTP request and returns the response. | |
Public Attributes | |
| const | ConstructorOptions |
| Constructor arguments. | |
| const | ProviderInfo |
| Provider info. | |
Protected Member Functions | |
| *AbstractDataProvider | getChildProviderImpl (string name) |
| Returns the given child provider or NOTHING if the given child is unknown. More... | |
| *list< string > | getChildProviderNamesImpl () |
| Returns a list of child data provider names, if any. More... | |
| hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info. | |
The HTTP data provider class, provides API classes as children.
|
protected |