node-http2-proxy
node-http2-proxy copied to clipboard
Fix x-forwarded Headers example
At least Chrome sends :authority pseudo header instead of host header, which breaks both this example and express vhost. Hence I added req.headers.host here as well.