It would be kind of great if an _additional headers_ option was exposed. This seems different to, but may be an alternate way to solve PR #49 ``` var configs = { proxyHost: 'localhost', proxyPort: 18084, headers: { "X-API-Key": "foo-bar", }, }; ```