@hackage http-reverse-proxy0.3.1
Reverse proxy HTTP requests, either over raw sockets or with WAI
Categories
License
BSD-3-Clause
Maintainer
michael@fpcomplete.com
Links
Versions
Installation
Dependencies (20)
- async
- base >=4 && <5
- basic-prelude >=0.3.5
- blaze-builder >=0.3
- bytestring >=0.9
- case-insensitive >=0.4 Show all…
Dependents (11)
@hackage/wai-middleware-crowd, @hackage/yesod-bin, @hackage/acme-everything, @hackage/prodapi-proxy, @hackage/keter, @hackage/yesod, Show all…
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.