Skip to content

Commit

Permalink
Merge pull request #91 from jch/add_prepare_url_request_to_rkrequest_…
Browse files Browse the repository at this point in the history
…header

Add prepare url request to rkrequest header
  • Loading branch information
Blake Watters committed May 9, 2011
2 parents 9c17614 + 4ac85a6 commit 8d7a490
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Code/Network/RKRequest.h
Expand Up @@ -150,6 +150,12 @@ typedef enum RKRequestBackgroundPolicy {
*/
- (id)initWithURL:(NSURL*)URL delegate:(id)delegate;


/**
* Setup the NSURLRequest. The request must be prepared right before dispatching
*/
- (void)prepareURLRequest;

/**
* Send the request asynchronously. It will be added to the queue and
* dispatched as soon as possible.
Expand Down

0 comments on commit 8d7a490

Please sign in to comment.