saloon
saloon copied to clipboard
Allow defining a default handler stack
Provides easier customization of the Guzzle handler stack, resolves #458.
Instead of re-declaring the entire createGuzzleClient method, the extending class can simply define defaultHandlerStack to keep things nice and simple.