http-reverse-proxy

Reverse proxy HTTP requests, either over raw sockets or with WAI

https://github.com/fpco/http-reverse-proxy

Version on this page:0.4.1.2@rev:1
LTS Haskell 21.22:0.6.0.1
Stackage Nightly 2023-12-01:0.6.0.1
Latest on Hackage:0.6.0.1

See all snapshots http-reverse-proxy appears in

BSD-3-Clause licensed by Michael Snoyman
This version can be pinned in stack with:http-reverse-proxy-0.4.1.2@sha256:3198cf0e53a58cd48924104a958b464dde0cd1bf70c47d91dd2ef76af9589c3b,2575

Module documentation for 0.4.1.2

  • Network
    • Network.HTTP
      • Network.HTTP.ReverseProxy

Provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit.