DoSomething / gateway

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

Headers can be unexpectedly dropped. #73

Closed DFurnes closed 6 years ago

DFurnes commented 7 years ago

Because of the way we override headers via traits, we sometimes drop the defaults unexpectedly.

References DoSomething/phoenix-next#235.

DFurnes commented 6 years ago

This should no longer be the case.