Popularity
8.7
Stable
Activity
0.0
Stable
55
4
21
Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.1.0
http-proxy alternatives and similar packages
Based on the "http" category.
Alternatively, view http-proxy alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of http-proxy or a related project?
README
http-proxy
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.