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.
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.