Does node-http-proxy support HTTP CONNECT requests, like: ``` CONNECT example.com:443 HTTP/1.1 Host: example.com:443 ``` The proxy would then maintain the two connections, and forward the SSL traffic between the client and the target server. If so, how do I set this up? Thanks