UPURLResponse Class Reference
| Inherits from | NSObject |
| Declared in | UPURLResponse.h UPURLResponse.m |
Properties
code
The HTTP status code of the response.
@property (nonatomic, readonly) NSInteger codeDiscussion
The HTTP status code of the response.
Declared In
UPURLResponse.hdata
A dictionary with the contents of the response.
@property (nonatomic, readonly) NSDictionary *dataDiscussion
A dictionary with the contents of the response.
Declared In
UPURLResponse.h