BBHTTP
BBHTTP copied to clipboard
A modern HTTP client framework for iOS/OSX built on top of libcurl.
1,Automatically follow redirects, 2,Flag NOBODY, 3,Flag Post Fields. 4,other bugfix.
Looks like cURL needs a rebuild. . I'll send a pull request soon.
This should fix #29 with backward compat. I'm not very fluent in ObjectiveC, so the code might need to be reworked. Pretty cool lib btw :)
The current BBHTTPResponse contract doesn't allow for multiple response headers. The property `headers` references a dictionary of NSString,NSString, so you can't set the same header several times. For example, `Set-Cookie`...
I am sorry for this question, but I can't find where to put user and password in a request. I tried in URL, but it won't work for me.
Follow on from #16. For me, composition always wins over inheritance. Chaining response handlers (responders?) would open up the doorway to some pretty cool stuff. A good use case would...
Hello, I could not find your project support large file upload with resume support, could you pls implement that..?