halite icon indicating copy to clipboard operation
halite copied to clipboard

Feature: HTTP Proxy

Open icyleaf opened this issue 5 years ago • 3 comments

in v0.8.0 Halite add local cache feature(#24), though this does not debug friendly, it could not review the raw directly(#15, #22)

Halite use many chainable methods and high duplice from HTTP::Client, I decide to rewrite a new HTTP Connection and manage itself inside Halite.

Reference:

icyleaf avatar Dec 21 '18 08:12 icyleaf

I wrote a simple HTTP Connection and tests passed with Tunneling TCP based protocols through Web proxy servers

icyleaf avatar Dec 21 '18 10:12 icyleaf

Maybe socks5 proxy can be consider with socks shard.

icyleaf avatar Dec 21 '18 10:12 icyleaf

Very expected feature :+1:

nbulaj avatar Sep 06 '19 13:09 nbulaj