We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d716571 commit 27c488bCopy full SHA for 27c488b
src/Servant/Multipart.hs
@@ -55,7 +55,8 @@ import qualified Data.ByteString.Lazy as LBS
55
-- request body from some format but also performs IO in the case
56
-- of writing the uploaded files to disk, e.g in @/tmp@, which is
57
-- not compatible with servant's vision of a content type as things
58
--- stand now.
+-- stand now. This also means that 'MultipartForm' can't be used in
59
+-- conjunction with 'ReqBody' in an endpoint.
60
--
61
-- The 'a' type parameter represents the Haskell type to which
62
-- you are going to decode the multipart data to, where the
0 commit comments