icyleaf / halite

💎HTTP Requests Client with a chainable REST API, built-in sessions and middlewares.
MIT License
171 stars 13 forks source link

Feature: HTTP Proxy #57

Open icyleaf opened 5 years ago

icyleaf commented 5 years ago

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 commented 5 years ago

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

icyleaf commented 5 years ago

Maybe socks5 proxy can be consider with socks shard.

nbulaj commented 5 years ago

Very expected feature :+1: