https://www.npmjs.org/package/http-proxy
`web` is missing from completions:
```
var httpProxy = require('http-proxy');
var proxy = httpProxy.createProxyServer('');
proxy.web
```
`web` is missing from completions:
```
var httpProxy = require('http-proxy');
var proxy = httpProxy.createProxyServer('');
proxy.web
```