Added new pre-flight delegate callbacks for customization of RKRequest and RKObjectLoader instances before dispatch

This commit is contained in:
Blake Watters
2012-02-15 12:06:24 -05:00
parent 789b0b99eb
commit 948cc85873
5 changed files with 29 additions and 2 deletions

View File

@@ -784,6 +784,14 @@ typedef void(^RKRequestDidFailLoadWithErrorBlock)(NSError *error);
///-----------------------------------------------------------------------------
/// @name Observing Request Progress
///-----------------------------------------------------------------------------
/**
Tells the delegate the request is about to be prepared for sending to the remote host.
@param request The RKRequest object that is about to be sent.
*/
- (void)requestWillPrepareForSend:(RKRequest *)request;
/**
Sent when a request has started loading