socks5-http-client
Version:
SOCKS v5 HTTP client.
12 lines (6 loc) • 456 B
Markdown
# SOCKS5 HTTP Client #
SOCKS v5 HTTP client implementation in JavaScript for Node.js.
Works great for making HTTP requests through [Tor](https://www.torproject.org/) (see bundled example).
See [socks5-https-client](https://github.com/mattcg/socks5-https-client) for an HTTPS implementation.
## License ##
Copyright © 2013 [Matthew Caruana Galizia](http://twitter.com/mcaruanagalizia), licensed under an [MIT license](http://mattcg.mit-license.org/).