- Automatically follow redirects,
- Flag NOBODY,
- Flag Post Fields,
- Other bugfix.
- Add form encoded POST
- Update to libcurl 7.32.0
- Update project file for Xcode 5
- Add configurable upload and download speed limits (issue #3)
- Add configurable download timeout condition (issue #13)
- Change all init methods to return
instancetypeinstead ofid - Remove unnecessary (and wrong) condition on upload and download transfer speeds query methods (
BBHTTPRequest) that caused it to always report 0b/s until the request finished.
-
Ensure that the last
BBHTTPResponseis always preserved as part of theBBHTTPRequest, even if the response content parser rejects the response.Previously only the error message (status code and status message) were being preserved, which led to
wasSuccessfullyExecutedincorrectly reportingNO.
- Added support to specify custom encoding when decoding response contents to NSString (issue #10)
- Add cancel handling block when using convenience executors
- Add missing interface declaration for
asImageon convenience executors - Renamed from BBHotpotato to BBHTTP