add doc for maximumContentLength override

This commit is contained in:
Grégoire Charvet 黑瓜 2019-03-17 09:10:07 +00:00
parent a691f49258
commit f1374c9140

View File

@ -195,6 +195,7 @@ class RenderRoute site => Yesod site where
addStaticContent _ _ _ = return Nothing
-- | Maximum allowed length of the request body, in bytes.
-- This method may be ignored if 'maximumContentLengthIO' is overridden.
--
-- If @Nothing@, no maximum is applied.
--