Skip to content

Commit 3c367f5

Browse files
author
ArktinenSieni
committed
Documentation refactoring
1 parent e8819cb commit 3c367f5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/Servant/Multipart.hs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,14 @@ fuzzyMultipartCTCheck ct
309309
--
310310
-- 'generalOptions' lets you specify mostly multipart parsing
311311
-- related options, such as the maximum file size, while
312-
-- 'options' lets you configure aspects specific to
313-
-- the temporary file backend. See haddocks for
314-
-- 'ParseRequestBodyOptions' and 'TmpBackendOptions' respectively
315-
-- for more information on what you can tweak.
312+
-- 'options' lets you configure aspects specific to the chosen
313+
-- backend. Note: there isn't anything to tweak in a memory
314+
-- backend ('Mem'). Maximum file size etc. options are in
315+
-- 'ParseRequestBodyOptions'.
316+
--
317+
-- See haddocks for 'ParseRequestBodyOptions' and
318+
-- 'TmpBackendOptions' respectively for more information on
319+
-- what you can tweak.
316320
data MultipartOptions tag = MultipartOptions
317321
{ generalOptions :: ParseRequestBodyOptions
318322
, options :: MultipartBackendOptions tag

0 commit comments

Comments
 (0)