REST.Response.Adapter.TRESTRequestDataSetAdapter

Delphi
TRESTRequestDataSetAdapter = class(TCustomRESTRequestDataSetAdapter)
C++
class PASCALIMPLEMENTATION TRESTRequestDataSetAdapter : public TCustomRESTRequestDataSetAdapter
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Response.Adapter.pas REST.Response.Adapter.hpp |
REST.Response.Adapter | REST.Response.Adapter |
Description
TRESTRequestDataSetAdapter allows you to automatically include the data from a dataset (for example, TFDMemTable) into TRESTRequest component.
The data is put as JSON into the request body with request content type 'application/json'.
It works as a companion for TRESTResponseDataSetAdapter.
See Also
- REST.Client.TRESTRequest
- REST.Client.TRESTResponse
- REST.Response.Adapter.TRESTResponseDataSetAdapter
- REST.Response.Adapter.TRESTResponseJSON