Declared in NSURLRequest+CURLHandle.h

Tasks

  • – setShouldUseCurlHandle:

    Setting to YES automatically registers CURLProtocol with NSURLProtocol. You can do so earlier, manually if required

Instance Methods

setShouldUseCurlHandle:

Setting to YES automatically registers CURLProtocol with NSURLProtocol. You can do so earlier, manually if required

- (void)setShouldUseCurlHandle:(BOOL)useCurl

Parameters

useCurl

should this request use CURL?

Declared In

NSURLRequest+CURLHandle.h