REST.Client.TRESTClient
Delphi
TRESTClient = class(TCustomRESTClient)
C++
class PASCALIMPLEMENTATION TRESTClient : public TCustomRESTClient
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Client.pas REST.Client.hpp |
REST.Client | REST.Client |
Description
This component executes a request to a Web service.
The TRESTClient component manages the HTTP connection to the service, deals with HTTP headers and proxy servers, and receives the response data.