ccHTTPResultHandler.ResponseCode

Parameter

Integer;

Beschreibung

HTTP Response Code (200, 201, 202, 204, 400, etc. – Default ist 200).

Siehe https://de.wikipedia.org/wiki/HTTP-Statuscode

Beispiel

ccHTTPResultHandler.ContentText  := 'Not found';
ccHTTPResultHandler.ContentType  := 'text/plain';
ccHTTPResultHandler.ResponseCode := 404;