-
Notifications
You must be signed in to change notification settings - Fork 310
Switch to Guzzle for HTTP calls #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b14048f
to
d481182
Compare
7df744d
to
4dbf217
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! 👍
A couple of minor comments
This is a major refactor: * removing a lot of the curl-specific cruft * removing the verbose logging from the tests * lowering the severity of the logging to DEBUG level * removing support for 7.1 * removing several deprecated parameters and options
@elverkilde Hey! Sorry for pinging you here but I just wanted to check something. Was the removal of The reason I'm asking is because it breaks self signed certificates (which are very useful for local development) when using Laravel Broadcasting. Since If this was an intentional removal, would you mind letting us know why it was removed? Else, would it be possible to get it added back to the package? I'm happy to try making a PR. |
Description
I have put this directly in the constructor instead of a new option. It's a fairly non-standard option IMO, so I think that makes sense.
This will be a breaking change, as support for 7.1 is removed and several deprecated functions have been removed. Will be released with new major version.
Related to #95 and #232.
CHANGELOG
curl_options
from options