STHTTPRequest icon indicating copy to clipboard operation
STHTTPRequest copied to clipboard

Obj-C / Cocoa HTTP requests for humans

Results 8 STHTTPRequest issues
Sort by recently updated
recently updated
newest added

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...

malloc: *** error for object 0x178148000: pointer being reallocated was not allocated *** set a breakpoint in malloc_error_break to debug ![a1](https://cloud.githubusercontent.com/assets/1792931/20737611/c887b59a-b6e8-11e6-8b86-f737023c3f79.png)

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...

enhancement