REST.HttpClient.TRESTHTTPExt

Delphi
TRESTHTTPExt = class(TRESTHTTP)
C++
class PASCALIMPLEMENTATION TRESTHTTPExt : public TRESTHTTP
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.HttpClient.pas REST.HTTPClient.hpp |
REST.HttpClient | REST.HttpClient |
Description
Provides HTTP client functionality.
REST.HttpClient.TRESTHTTPExt inherits from REST.HttpClient.TRESTHTTP. All content below this line refers to REST.HttpClient.TRESTHTTP.
Provides HTTP client functionality.
TRESTHTTP provides the needed functionalities to execute HTTP requests, and handles cookies, connection management, and basic authentication.