Unit 'fpHTTPClient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPHTTPClient.RequestBody

The request body content for POST/PUT requests

Declaration

Source position: fphttpclient.pp line 473

published property TFPHTTPClient.RequestBody : TStream;

Description

Contains the data that will be sent as the request body for POST, PUT, PATCH, and similar requests. The content type should be set appropriately in RequestHeaders.

See also

RequestHeaders

  

HTTP headers to send with requests


Documentation generated on: Jan 27 2026