HTTP status text from the last response
Source position: fphttpclient.pp line 478
published property TFPHTTPClient.ResponseStatusText : string; |
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.
|
HTTP status code from the last response |