mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Refactored object loaders to provide easier support for non-nested JSON responses. There are new flavors of getObject:, postObject:, etc.
that allow the developer to explicitly specify the object mapping to use for processing the response. closes #168
This commit is contained in:
@@ -199,11 +199,10 @@ typedef enum RKRequestBackgroundPolicy {
|
||||
*/
|
||||
- (id)initWithURL:(NSURL*)URL delegate:(id)delegate;
|
||||
|
||||
|
||||
/**
|
||||
* Setup the NSURLRequest. The request must be prepared right before dispatching
|
||||
*/
|
||||
- (void)prepareURLRequest;
|
||||
- (BOOL)prepareURLRequest;
|
||||
|
||||
/**
|
||||
* Resets the state of an RKRequest so that it can be re-sent.
|
||||
|
||||
Reference in New Issue
Block a user