Skip to content

proxy per connection #30

@jbhanuchand

Description

@jbhanuchand

Can you please add support for proxy per connection.

I know we can set proxy at jvm level through

System.setProperty("https.proxyHost","localhost");

System.setProperty("https.proxyPort","8080");

but for this we have to synchronise all the threads. set and unset proxy for every connection(when connecting to other services)
this will lead to bottleneck of traffic.

so support for proxy per connection level would be much appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions