Enum/Constants defined for NSHTTPURLResponse statusCode?

825 views Asked by At

Does Foundation (or other 1st party framework) have enum/constants for the NSHTTPURLResponse HTTP statusCode values? For example, something like:

NSInteger kHTTPStatusCodeForbidden = 403;

Searched through the docs, but couldn't find anything.

0

There are 0 answers