Last Updated: February 25, 2016
·
384
· csquirrel

Misc about NSURLProtocol

NSURLProtocol is a very handy way to hack into network communication yet it is not wery well understood

Links

Code snippets

Register custom NSURLProtocol implementation

[NSURLProtocol registerClass:[MyURLProtocol class]]