worldia / textmaster-api

Simple PHP client for the Textmaster API
1 stars 5 forks source link

HttpClient: Add custom headers in options #88

Closed jmleroux closed 7 years ago

jmleroux commented 7 years ago

PR closed: we can already pass a headers options to the client. It is accepted by Guzzle here:

https://github.com/guzzle/guzzle/blob/master/src/Client.php#L193