Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsurlprotocol

NSURLSessionTask authentication challenge completionHandler and NSURLAuthenticationChallenge client

Why is the HTTPBody of a request inside an NSURLProtocol Subclass always nil?

ios swift nsurlprotocol

How can I pass a dependancy to a URLProtocol subclass?

What is the better way to encrypt NSURLCache?

Possible to play video using a subclass of NSURLProtocol, using either MPMovieController or AVFoundation?

NSURLProtocol fails for video request

ios iphone ipad nsurlprotocol

iOS: passing custom NSURL to NSURLProtocol

Is there a way to use NSURLProtocol in a NSURLSession with custom config?

Map Custom URL protocol to HTTP (using NSURLProtocol?)

cocoa webkit nsurlprotocol

Using NSURLProtocol with NSURLSession

Custom NSURLProtocol slower after switching NSURLConnection to NSURLSession

iOS - Use AFNetworking with custom NSURLProtocol class

How to intercept a WKWebView request to detect which local resource files (css, js, png, ...) load together with a HTML file?