packages feed

http-reverse-proxy 0.4.3.1 → 0.4.3.2

raw patch · 3 files changed

+6/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.4.3.2++* Minor doc cleanup+ ## 0.4.3.1  * Use CPP so we can work with `http-client` pre and post 0.5 [#17](https://github.com/fpco/http-reverse-proxy/pull/17)
Network/HTTP/ReverseProxy.hs view
@@ -182,8 +182,7 @@ -- the proxied server. Not all servers necessarily support chunked request -- bodies, so please confirm that yours does (Warp, Snap, and Happstack, for example, do). waiProxyTo :: (WAI.Request -> IO WaiProxyResponse)-           -- ^ How to reverse proxy. A @Left@ result will be sent verbatim as-           -- the response, whereas @Right@ will cause a reverse proxy.+           -- ^ How to reverse proxy.            -> (SomeException -> WAI.Application)            -- ^ How to handle exceptions when calling remote server. For a            -- simple 502 error page, use 'defaultOnExc'.
http-reverse-proxy.cabal view
@@ -1,5 +1,5 @@ name:                http-reverse-proxy-version:             0.4.3.1+version:             0.4.3.2 synopsis:            Reverse proxy HTTP requests, either over raw sockets or with WAI description:         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. homepage:            https://github.com/fpco/http-reverse-proxy