netty5/handler-proxy/src
Spencer Fang ec490b2a88 HttpProxyHandler: allow setting headers
Motivation:

In some environments, the HTTP CONNECT handshake requires special headers to work.

Modification:

Update HttpProxyHandler to accept a HttpHeaders argument.

Result:

The header is passed along in the HTTP CONNECT request, and the proxy request can be successfully completed.
2017-07-06 20:02:06 +02:00
..
main/java/io/netty/handler/proxy HttpProxyHandler: allow setting headers 2017-07-06 20:02:06 +02:00
test/java/io/netty/handler/proxy HttpProxyHandler: allow setting headers 2017-07-06 20:02:06 +02:00