REST.Client.TCustomRESTRequest.Body

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Body: TBody read FBody;

C++

__property TBody* Body = {read=FBody};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest

Description

Body parameter of the REST request, as defined using AddBody.