Curl has been supporting this for a while (says [here](https://daniel.haxx.se/blog/2014/04/04/curl-and-proxy-headers/)), and it is also possible with `requests` by overriding the [proxy_headers()](http://docs.python-requests.org/en/master/api/#requests.adapters.HTTPAdapter.proxy_headers) method of HTTPAdapter. How hard would it be to implement this in `aiohttp`?