@hackage http-proxy0.0.1

A library for writing HTTP and HTTPS proxies

http-proxy is a library for writing HTTP and HTTPS proxies.

Use of the enumerator library provides file streaming via the proxy in both directions. Memory usage of the proxy scales linearly with the number of simultaneous connections and is independent of the size of the files being uploaded or downloaded.

Eventually, features like logging, request re-writing, disk caching etc will be made available via caller provided functions in the Settings data type.