MIT licensed by Michael Snoyman
This version can be pinned in stack with:wai-extra-3.0.29.1@sha256:72c29434fe20a0d2bc6f5f292c9c9694c0d106dd2abf755d394d158593524d3f,7046
Module documentation for 3.0.29.1
Depends on 30 packages
(full list with versions ) :
aeson ,
ansi-terminal ,
base ,
base64-bytestring ,
bytestring ,
case-insensitive ,
containers ,
cookie ,
data-default-class ,
deepseq ,
directory ,
fast-logger ,
http2 ,
http-types ,
iproute ,
network ,
old-locale ,
resourcet ,
streaming-commons ,
text ,
time ,
transformers ,
unix ,
unix-compat ,
vault ,
void ,
wai ,
wai-logger ,
word8 ,
zlib Used by 11 packages in
lts-15.3 (full list with versions ) :
fn ,
hledger-web ,
hoauth2 ,
hspec-wai ,
scotty ,
tasty-wai ,
wai-app-static ,
yesod ,
yesod-bin ,
yesod-core ,
yesod-test wai-extra
The goal here is to provide common features without many dependencies.
Example using Server-Sent Events
There is a small example using Server-Sent Events (SSE) in the
./example
directory.
Run the commands below to start the server on http://localhost:8080
$ stack build .
$ stack exec example
Changelog for wai-extra
3.0.29.1
Fix Network.Wai.Test.request
always sending an empty request body #794
3.0.29
Export Network.Wai.EventSource.eventStreamAppRaw
#786
3.0.28
Add Network.Wai.EventSource.eventStreamAppRaw
#767
3.0.27
Add custom request log formatter which includes response headers #762
3.0.26.1
When available, supply the response size to custom loggers
#757
3.0.26
Throw 413 for too large payload
Throw 431 for too large headers
#741
3.0.25
Supporting network
version 3.0.
3.0.24.3
Drop unnecessary lifted-base
dependency
Drop unnecessary stringsearch
dependency #714
3.0.24.2
Consider quoted multipart form boundary markers #700 .
Don’t raise exceptions in formatAsJSON
#709
3.0.24.1
Fix a “file not found” exception in wai-extra #705
3.0.24.0
Add timeout middleware #702 .
3.0.23.0
Add rewriteRoot middleware #697 .
3.0.22.1
Drop dependency on blaze-builder, requiring streaming-commons >= 0.2
3.0.22.0
Support for streaming-commons 0.2
Support for resourcet 1.2
3.0.21.0
Export Network.Wai.Parse.noLimitParseRequestBodyOptions
#662 .
3.0.20.2
Revert previous change to srequest
, which caused breakage
3.0.20.1
Set requestBodyLength
for srequest
#654
3.0.20.0
runSessionWith (runSession variant that gives access to ClientState) #629
3.0.19.1
All loggers follow the autoFlush setting #604
3.0.19
Add a new function basicAuth’, which passes request to the CheckCreds argument.
3.0.18
ForceSSL: preserve port number when redirecting to https. #582
3.0.17
3.0.16.1
Fix the way the header length is checked (for limiting the max header length)
3.0.16.0
Add a new function “parseRequestBodyEx” that allows various size limits to be set.
3.0.15.3
3.0.15.2
3.0.15.1
don’t use deprecated CRT functions on Windows #544
3.0.15
add requestSizeCheck #525
3.0.14.3
Add missing requestHeaderReferer
and requestHeaderUserAgent
fields to CGI yesod#1186
3.0.14.2
Case insensitive multipart request header lookup #518
3.0.14.1
Doc update for logStdout and logStdoutDev #515
3.0.14
Middleware to force domain names. #506 #507
3.0.13.1
3.0.13
3.0.12
Add Network.Wai.Header.contentLength to read the Content-Length header of a response
The gzip middleware no longer zips responses smaller than 860 bytes
3.0.11
Add constructor for more detailed custom output formats for RequestLogger
Add JSON output formatter for RequestLogger
3.0.10
Adding Request Body to RequestLogger #401
3.0.9
Network.Wai.Middleware.Routed module added
3.0.7
Add appearsSecure: check if a request appears to be using SSL even in the
presence of reverse proxies #362
Add ForceSSL middleware #363
Add Approot middleware
3.0.6.1
Test code: only include a Cookie header if there are cookies. Without this
patch, yesod-test cookie handling is broken.
3.0.6
Add Cookie Handling to Network.Wai.Test #356
3.0.5
add functions to extract authentication data from Authorization header [#352](add functions to extract authentication data from Authorization header #352)
3.0.4.6
Access log sequence not valid #336
3.0.4.5
3.0.4.3
Test suite warning cleanup
3.0.4.2
Allow blaze-builder 0.4
3.0.4.1
Fix compilation failure on Windows #321
3.0.4
Add the StreamFile
middleware.
3.0.3
Add the AddHeaders
middleware.
Stackage is a service provided by the
Haskell Foundation
│ Originally developed by
FP Complete