netty5/handler-proxy
Trustin Lee 22c8ee7d16 Use Proxy-Authorization instead of Authorization for proxy authentication
Motivation:

When authenticating with a proxy server, HttpProxyHandler should use the
'Proxy-Authorization' header rather than the 'Authorization' header.

Modifications:

- Use 'Proxy-Authorization' header

Result:

Can connect to an HTTP proxy server
2014-11-20 20:39:18 +09:00
..
src Use Proxy-Authorization instead of Authorization for proxy authentication 2014-11-20 20:39:18 +09:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:40:33 +09:00