mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Added new pre-flight delegate callbacks for customization of RKRequest and RKObjectLoader instances before dispatch
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user