MKNetworkKit icon indicating copy to clipboard operation
MKNetworkKit copied to clipboard

Modern NSURLSession based Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 8+ devices

Results 101 MKNetworkKit issues
Sort by recently updated
recently updated
newest added

Two bug fixes, and one new feature - arrays as parameters to MKNetworkOperations.

If you have a project wherein you include MKNetworkKit, and under project settings, "Compile source as.." is set to Objective C++, using LLVM, some errors pop up which break the...

Renamed Reachability to MKReachability for compatibility with other frameworks

- operationSucceeded was being posted with cached data even if forceReload == YES which is not in accordance with the API comments on the enqueue method (Calling completion handler twice).

If an operation was enqueued that was already in the queue, there was logic in place to detect if it was already in the queue and add any new handlers...

When a request is done, the curl debug string shows extra params if client certificate is configured for the request. Params are from man curl page.

A simple addition to allow the Queue length to be set regardless of interface. For something, like downloading videos or other large files, a queue length of 6 is counter...