jetty.project/tests/test-http-client-transport
Simone Bordet 129a51c7a2
Fixes #4421 - HttpClient support for PROXY protocol. (#4424)
* Fixes #4421 - HttpClient support for PROXY protocol.

Implemented support for the PROXY protocol in HttpClient.

Introduced Request.tag(Object) to tag requests that belong
to the same group (e.g. a client address) so that they can
generate a different destination.

The tag object may implement ClientConnectionFactory.Decorator
so that it can decorate the HttpDestination ClientConnectionFactory
and therefore work both with and without forward proxy configuration.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-12-17 10:36:16 +01:00
..
src/test Fixes #4421 - HttpClient support for PROXY protocol. (#4424) 2019-12-17 10:36:16 +01:00
pom.xml Updating to version 9.4.25-SNAPSHOT 2019-11-20 16:08:38 -06:00