All Notable changes to ixudra/curl
will be documented in this file
- Use correct default values for ssl_verifypeer
- Use correct default values for http_build_query
- Added HEAD request support
- withAuthorization utility method
- withBearer utility method
- Data is now passed as POST parameters instead of GET for
DELETE
REQUESTS
- Additional docblocks
- GET parameters are added to the URL on file download
- Added
withConnectTimeout()
method
- Added support for multiple response headers with the same name
- Added method to return response headers in the response objects
- Bugfix: wrong variable used
- Added withProxy method
- Laravel auto-discovery
- Added content type to responseObject
- Reverted type hinting in
withData()
method
- Removed debug code
- Fixed undefined index bug
- File uploads by path
returnResponseArray()
methodenableXDebug()
method for easy xDebug integration- CHANGELOG file
- README