How does one use NSURLConnection delegate callbacks when using the
+ (void)sendAsynchronousRequest:(NSURLRequest *)request
queue:(NSOperationQueue*) queue
completionHandler:(void (^)(NSURLResponse*, NSData*, NSError*))
method?
I would like to be able to access the caching delegate callback on the queue handling the completion block.