added reachability support at the manager and client level; added code to short circuit requests if offline; fixed issue with source parameter on loader related to passing managed objects across thread boundaries; added resource path property to the loader

This commit is contained in:
Jeff Arena
2010-11-30 19:38:27 -08:00
parent c19d305b45
commit 39f3d568e2
15 changed files with 397 additions and 84 deletions

View File

@@ -10,3 +10,4 @@
#import "RKRequest.h"
#import "RKResponse.h"
#import "RKRequestSerializable.h"
#import "RKReachabilityObserver.h"