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

how can i cannel all request

I use cocoapod to install it. pod 'MKNetworkKit', '~> 0.87'. But property ’shouldNotCacheResponse‘ is not found in networkoperation. Waiting for your response.

Have the project maintainers lost interest in this project? There are many open issues and pull requests. I really like MKNetworkKit, but there are some clearly-documented issues, and it could...

Hi, For some api we have requirement to send list(array) instead of key-value(dictionary) as parameter. As in previous version there were no such way to achieve that. So we only...

MKNetworkKit Tag 0.87 change "MKNetworkOperation.m" file. Now status: -(NSData*) bodyData { .......... [self.dataToBePosted enumerateObjectsUsingBlock:^(id obj, NSUInteger idx, BOOL *stop) { NSString *thisFieldString = [NSString stringWithFormat: @"--%@\r\nContent-Disposition: form-data; name=\"%@\"; filename=\"%@\"\r\nContent-Type: %@\r\nContent-Transfer-Encoding:...

fix post file bug: startUploadRequest function use backgroundSession; but it not work. add Demo Project for Run get,post,upload,download Request

Hi. When a sub-class inherits MKNetworkHost, I want to get sub-class type. But initWithHostName: returns the parent class type. So I modify it.

Hi, MK I have been using 0.87 (latest release) in my application. Now I am going to upgrade to 2.0 of MKNetworkKit and I have some questions. - How to...