Changelog
All Notable changes to ixudra/curl
will be documented in this file
6.20.0 - 2020-08-07
Fixed
- Data is now passed as POST parameters instead of GET for
DELETE
REQUESTS
Added
- Additional docblocks
- GET parameters are added to the URL on file download
6.19.0 - 2020-03-03
Added
- Added
withConnectTimeout()
method
6.17.0 - 2019-09-13
Added
- Added support for multiple response headers with the same name
6.16.0 - 2017-12-07
Added
- Added method to return response headers in the response objects
6.15.1 - 2017-11-07
Added
- Bugfix: wrong variable used
6.15.0 - 2017-11-06
Added
6.14.0 - 2017-10-30
Added
6.13.0 - 2017-10-10
Added
- Added content type to responseObject
6.12.2 - 2017-08-23
Fixed
- Reverted type hinting in
withData()
method
6.12.1 - 2017-08-07
Fixed
- Removed debug code
- Fixed undefined index bug
6.12.0 - 2017-08-06
Added
- File uploads by path
returnResponseArray()
method
enableXDebug()
method for easy xDebug integration
- CHANGELOG file
Updated