netguru / ResponseDetective

Sherlock Holmes of the networking layer. :male_detective:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using from Obj-C

runeb opened this issue · comments

The generated ResponseDetective-Swift.h header file only exposes the class InterceptingProtocol and its methods +unregisterAllRequestInterceptors, +unregisterAllResponseInterceptors, +unregisterAllErrorInterceptors in addition to the NSURLProtocol and delegate methods.

There is therefore no way to register any interceptors, nor get at their classes.

Edit: This is from the 0.2 downloaded framework

ResponseDetective is not yet compatible with Objective-C.

Having said that, this is a major area of focus in the next interation and I can promise that Objective-C support is soming soon. 😉

This has been included in the upcoming 0.4 release.