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

TFPHTTPClient.ResponseStatusText

HTTP status text from the last response

Declaration

Source position: fphttpclient.pp line 478

published property TFPHTTPClient.ResponseStatusText : string;

Description

The HTTP status text (reason phrase) returned by the server for the last request. For example, 'OK' for status code 200, 'Not Found' for 404, etc.

See also

ResponseStatusCode

  

HTTP status code from the last response


Documentation generated on: Jan 27 2026