Link parseRequestBodyEx function from the doc.

This commit is contained in:
Sibi Prabakaran 2016-09-30 00:36:36 +05:30
parent c11c80ab7f
commit 67f6e5bd46
No known key found for this signature in database
GPG Key ID: D19E3E0EBB557613

View File

@ -346,7 +346,7 @@ parseContentType a = do
-- Note: This function does not limit the memory it allocates.
-- When dealing with untrusted data (as is usually the case when
-- receiving input from the internet), it is recommended to
-- use the parseRequestBodyEx function instead.
-- use the 'parseRequestBodyEx' function instead.
parseRequestBody :: BackEnd y
-> Request
-> IO ([Param], [File y])