blob: 7f0be104ad092789c3d52fa871e8093017a0d46d (
plain) (
blame)
1
2
3
4
5
|
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.
WWW: https://github.com/fpco/http-reverse-proxy
|