Skip to content
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

Update Curl.php #7405

Merged
merged 2 commits into from
Jun 12, 2017
Merged

Update Curl.php #7405

merged 2 commits into from
Jun 12, 2017

Commits on Nov 11, 2016

  1. Update Curl.php

    Added support for PUT requests
    redelschaap authored Nov 11, 2016
    Configuration menu
    Copy the full SHA
    fffad8d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Update Curl.php

    We noticed that `CURLOPT_CUSTOMREQUEST` has priority over regular options like `CURLOPT_HTTPGET` and `CURLOPT_POST`. When the `CURLOPT_CUSTOMREQUEST` option has been set to `PUT` for a PUT request, `CURLOPT_HTTPGET` and `CURLOPT_POST` do not overwrite the value of `CURLOPT_CUSTOMREQUEST` and thus `CURLOPT_CUSTOMREQUEST` has to be used again.
    redelschaap authored Nov 14, 2016
    Configuration menu
    Copy the full SHA
    2b9a6b3 View commit details
    Browse the repository at this point in the history