#http-proxy #sock #convert #tool #socks5 #http-proxy-to-socks

app hpts

hpts(http-proxy-to-socks) is a tool to convert socks proxy into http proxy

5 releases

0.1.4 Oct 25, 2020
0.1.3 Oct 7, 2020
0.1.2 Oct 7, 2020
0.1.1 Oct 2, 2020
0.1.0 Oct 1, 2020

#25 in #socks5

BSD-3-Clause

10KB
202 lines

htps

hpts(http-proxy-to-socks) is a tool to convert socks proxy into http proxy

install

cargo install htps

usage

htps --help

USAGE:
    hpts [FLAGS] [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -v               Sets the level of verbosity
    -V, --version    Prints version information

OPTIONS:
    -p <port>         specify the listening port of http proxy server, default: 8080
    -s <socks>        specify your socks proxy host, default: 127.0.0.1:1080

Why rebuild wheels?

I was using oyyd/http-proxy-to-socks, and notice the memory cost is not cheap. So I implement the rust version, it is very lightweight, with much lower memory-consumption compared to nodejs version.

Dependencies

~8.5MB
~131K SLoC