The request body content for POST/PUT requests
Source position: fphttpclient.pp line 473
published property TFPHTTPClient.RequestBody : TStream; |
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.
|
HTTP headers to send with requests |