Skip to content

Commit 27c488b

Browse files
committed
comment
1 parent d716571 commit 27c488b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Servant/Multipart.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ import qualified Data.ByteString.Lazy as LBS
5555
-- request body from some format but also performs IO in the case
5656
-- of writing the uploaded files to disk, e.g in @/tmp@, which is
5757
-- not compatible with servant's vision of a content type as things
58-
-- stand now.
58+
-- stand now. This also means that 'MultipartForm' can't be used in
59+
-- conjunction with 'ReqBody' in an endpoint.
5960
--
6061
-- The 'a' type parameter represents the Haskell type to which
6162
-- you are going to decode the multipart data to, where the

0 commit comments

Comments
 (0)