We should have constructor options to control the HttpMethodsClient behaviour - ~~default_headers~~ => plugin - base_url (domain and start path, to be combined with the send() methods, see also https://github.com/php-http/httplug/issues/36) - preserve_host (whether to update the default HOST header from the $uri argument if an absolute url is passed, but no explicit HOST header)
We should have constructor options to control the HttpMethodsClient behaviour
default_headers=> plugin