NSHTTPURLResponse(KSTExtensions)
@interface NSHTTPURLResponse (KSTExtensions)
/**
Returns the localized description returned by `[NSHTTPURLResponse localizedStringForStatusCode]`.
@return The localized description
*/
- (NSString *)KST_localizedStatusCodeString;
@end
Undocumented
-
Returns the localized description returned by
[NSHTTPURLResponse localizedStringForStatusCode].Declaration
Objective-C
- (nonnull NSString *)KST_localizedStatusCodeString;Return Value
The localized description
NSHTTPURLResponse(KSTExtensions) Category Reference