-
Notifications
You must be signed in to change notification settings - Fork 626
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
added support to extend curl options #309
Conversation
This is awesome @ninsuo, thanks! Can you please sign our CLA so we can get this merged? https://github.com/sendgrid/sendgrid-php/blob/master/CONTRIBUTING.md#cla With Best Regards, Elmer |
Hi, |
Hi @ninsuo, You can find the form here: https://drive.google.com/a/sendgrid.com/file/d/0B0PlcM9qA91LN2VEUTJWU2RIVXc/view Please email the signed version to [email protected] Thanks! |
Ok, I'm abroad right now but will see that next week. A |
Thank you @ninsuo! |
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.
- Please change the version back to version 5.1.0
- Please update the dependency to php-http-client to 3.5
Thanks!
Any update on this one? |
Hi @ninsuo, I am just awaiting the requested changes:
Thanks! |
Hi mate, I done those changes more than 20 days ago in 26880af Please let me know if you need something else A |
Hello @thinkingserious Requested changes are made since 4 weeks now, it becomes urgent to use this feature in our side. Can you please have a look? Thanks, Alain |
Hello, Is it possible to get this merged? Travis fails because this should be merged after sendgrid/php-http-client#11 I'll need to use my fork otherwise, not a good practice. |
Hi @ninsuo, Unfortunately, this one has not bubbled to the top of our backlog just yet, but it is scheduled for a review and merge. Looking briefly now, I see there are a couple tests passing. I think you might need to update to v5.1.2. Thanks for checking in and I'm hoping to get this merged soon. |
Yes you're right, it needed a rebase, that's now ok. |
Awesome, thanks for the quick update! |
No feedback after almost 3 months, we'll be using our branch as the main one in production. |
Please do not merge this one before fixing #17 on php-http-client (i'll need to revert a commit in composer.json). |
Thanks for the heads up @ninsuo! |
Note: need to merge this one first sendgrid/php-http-client#16 |
This PR add a curlOptions option to merge custom parameters to curl, and add the ability to set a proxy and/or a timeout.
Should be merged after:
sendgrid/php-http-client#11