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 code
Discussion
The HTTP status code of the response.
Declared In
UPURLResponse.h
data
A dictionary with the contents of the response.
@property (nonatomic, readonly) NSDictionary *data
Discussion
A dictionary with the contents of the response.
Declared In
UPURLResponse.h