mirror of
https://github.com/typeable/wai.git
synced 2024-12-29 09:04:33 +03:00
Link parseRequestBodyEx function from the doc.
This commit is contained in:
parent
c11c80ab7f
commit
67f6e5bd46
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user