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

TFPHTTPClient.ResponseStatusCode

HTTP status code from the last response

Declaration

Source position: fphttpclient.pp line 477

published property TFPHTTPClient.ResponseStatusCode : Integer;

Description

The HTTP status code returned by the server for the last request. Common values include 200 (OK), 404 (Not Found), 500 (Internal Server Error), etc.

See also

ResponseStatusText

  

HTTP status text from the last response

ResponseHeaders

  

HTTP headers received from server responses


Documentation generated on: Jan 27 2026