akka / akka-http

The Streaming-first HTTP server/module of Akka
https://doc.akka.io/docs/akka-http
Other
1.34k stars 594 forks source link

Support for SOCKS proxy #846

Open Odomontois opened 7 years ago

jrudolph commented 7 years ago

What we will probably provide at some point is better infrastructure to plug in transports into the client-side pooling infrastructure which would enable building any kind of transport.

ktoso commented 6 years ago

The better infrastructure is the new Transport abstraction AFAIR, so this would be easier to implement nowadays.

We are not planning on working on SOCKS proxy support though - demand for it is not higher than some of the other HTTP/2 features we have to ship soon; PR would be welcome