Quando utilizo 'header', ele me retorna esse warning: Warning: file_get_contents(http://httpbin.org/delete): Failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request
Mas se eu utilizar o 'headers', ele executa normal, e retorna isso: { "args": {}, "data": "", "files": {}, "form": {}, "headers": { "Host": "httpbin.org", "X-Amzn-Trace-Id": "Root=1-62b84f76-5403312a79524a0f21e60652" }, "json": null, "origin": "201.66.87.168", "url": "http://httpbin.org/delete" }
Não entendi muito bem o que o 'headers' => 'X=From: PHP' significa