Skip to content

Instantly share code, notes, and snippets.

@greenisus
Created September 14, 2011 20:31
Show Gist options
  • Save greenisus/1217692 to your computer and use it in GitHub Desktop.
Save greenisus/1217692 to your computer and use it in GitHub Desktop.
// parsed results from the http response
@property (nonatomic, retain) NSArray *objects;
// detailed error
@property (nonatomic, retain) NSError *error;
// raw HTTP response information
@property (nonatomic, retain) NSDictionary *responseHeaders;
@property (nonatomic, retain) NSString *responseString;
@property (nonatomic, assign) NSUInteger responseStatusCode;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment