rhoulam
technologies llc

http-client-socks Initial Release (v0.1.1)

November 29, 2022

haskell, library, open source, http-client-socks

A project required SOCKS proxying for HTTP traffic without TLS, and I came to learn that this is not well-supported by Haskell HTTP client libraries.

This library consists of the SOCKS support code present in http-client-tls, and none of the TLS code. It’s a niche use case, to be sure, but niche problems need solving, too.

GitHub