procedure SetAllowedStatuses(const Value: TScHttpStatusCodes);
type
TScHttpStatusCodes = set of TScHttpStatusCode;
Description
Sets the set of status codes acceptable for a response. If a request to an HTTP server fails and returns a status code not included in this set, an exception is raised.