STHTTPRequest
STHTTPRequest copied to clipboard
Obj-C / Cocoa HTTP requests for humans
i just find e block with nsdada .if i download a big file will cost do much memory
As of the change that updated STHTTPRequest to use NSURLSession setting the timeout via `setTimeoutInSeconds:` does not work. It seems that setting `timeoutInterval` on `NSURLRequest` is not respected by NSURLSession....
An HTTP server can instruct remote clients to remove a cookie by setting its value to an empty string. When this happens this assertion fails: `+ (void)addCookieToSharedCookiesStorage:(NSHTTPCookie *)cookie { [[NSHTTPCookieStorage...
I feel like this should be updated pretty soon...
crashed
malloc: *** error for object 0x178148000: pointer being reallocated was not allocated *** set a breakpoint in malloc_error_break to debug 
Hi, first I want to say thank you, and that this is a great library. Much easier to work with than AFNetworking IMO. Anyway, I'm having a problem uploading multiple...
I'm using STHTTPRequest with Rubymotion. When I'm doing `$ bundle exec rake pod:install` I get `ERROR! Unknown CocoaPods platform: AppleTVOS` I think you need to add something about tv_os to...
Great library! One concern is the requirement to always call back on the main queue. This makes a very sensible default, but I've had one or two situations where its...