Adrian Kashivskyy
Adrian Kashivskyy
Not yet. There were [plans to implement this](https://github.com/netguru/ResponseDetective/blob/519cb973a3a008ea329a0d448bd95a677dd1ad0a/ResponseDetective/Source%20Files/InterceptingProtocol.swift#L177-L180), but they didn't make it to the 0.1 release. We'll focus on that in the next iteration (and you can contribute as...
I think the best way would be to use the underlying implementation that exists in `NSURLSession`'s delegate (so there's no need to duplicate your code). But there's no easy way...
Well, it looks like Xcode 9.3 fixed this for us – `libxml2` is now a **module**, which means we can do straight `import libxml2` in Swift. 🎉
Please don't drop Carthage support. 😥