wai 1.4.0 → 1.4.0.1
raw patch · 2 files changed
+6/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Network/Wai.hs +5/−0
- wai.cabal +1/−1
Network/Wai.hs view
@@ -90,6 +90,11 @@ , serverPort :: Int , requestHeaders :: H.RequestHeaders -- | Was this request made over an SSL connection?+ --+ -- This value should /not/ be used, and will be removed in future revisions+ -- of WAI. There is no meaningful way that a backend can indicate whether the+ -- request is actually over a secure channel, due to issues of reverse+ -- proxying. , isSecure :: Bool -- | The client\'s host information. , remoteHost :: SockAddr
wai.cabal view
@@ -1,5 +1,5 @@ Name: wai-Version: 1.4.0+Version: 1.4.0.1 Synopsis: Web Application Interface. Description: Provides a common protocol for communication between web applications and web servers. License: MIT