php-mod/curl

set body on put

Closed this issue · 2 comments

how do you set the Curl body on put? I want to send a json body as part of my request to the endpoint and I don't see an "setBody" option of sorts.

I think #21 addresses this issue. A body should be set with the second argument:

$curl->put($url, $payload);
nadar commented

I am going to close this issue because:

  • Missing information's
  • No more activity
  • No one picked up the task (no Pull Request received)

If you think this is still important or there are more/new informations. Please reopen the issue and let us know.