REST.Client.TRESTResponse
Delphi
TRESTResponse = class(TCustomRESTResponse)
C++
class PASCALIMPLEMENTATION TRESTResponse : public TCustomRESTResponse
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Client.pas REST.Client.hpp |
REST.Client | REST.Client |
Description
This component holds all the returned data from a Web service.
The returned data includes the HTTP status code, error messages (if any exist), and the returned JSON data. A response object can be created on the fly by the client while executing a request, or the response object can be created beforehand and then connected to a client before executing a request.