Add missing documentation to 'warp'

This commit is contained in:
Steve Hart 2022-01-19 10:18:12 -05:00
parent b54210cef2
commit 6b164c6007

View File

@ -187,6 +187,16 @@ toWaiAppLogger logger site = do
-- middlewares. This set may change at any point without a breaking version
-- number. Currently, it includes:
--
-- * Logging
--
-- * GZIP compression
--
-- * Automatic HEAD method handling
--
-- * Request method override with the _method query string parameter
--
-- * Accept header override with the _accept query string parameter
--
-- If you need more fine-grained control of middlewares, please use 'toWaiApp'
-- directly.
--