erikd / http-proxy

A Haskell library for writing HTTP and HTTPS proxies.
Other
55 stars 21 forks source link

http-proxy

Build Status

A Haskell library for creating HTTP and HTTPS web proxies.

The aim is to make all proxying operations work in constant space (per connection) so that memory usage scales linearly with the number of concurrent connections and is completely independent of the size of either the POST request body or the response body.

This library relies heavily on the following libraries:

This is still beta quality.