Sign inSign up

ysli/http-proxy

By ysli

•Updated almost 6 years ago

Image
0

886

ysli/http-proxy repository overview

⁠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:

  • wai : A common protocol between web servers and clients.
  • warp : The web servers the proxy application runs in.
  • http-conduit / http-client : Perform the upstream requests.

This is still beta quality.

Tag summary

Content type

Image

Digest

Size

407.7 MB

Last updated

almost 6 years ago

docker pull ysli/http-proxy