DoSomething / gateway

:lock_with_ink_pen: An opinionated PHP REST API client.
MIT License
2 stars 0 forks source link

Always include default headers #92

Closed katiecrane closed 7 years ago

katiecrane commented 7 years ago

Slack chatter

Guzzle doesn't merge default headers with $options array, so a lot of times we are losing the default headers in our request. We want to make sure to always include those to get the expected response.