Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Sep 25, 2023
1 parent 0ae301e commit 74252f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Web/Scotty/Internal/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ data ActionEnv = Env { getReq :: Request
, getParams :: [Param]
, getBody :: IO ByteString
, getBodyChunk :: IO BS.ByteString
, getFilesMem :: [FileMem]
, getFilesDisk :: [FileDisk]
, getFilesMem :: [FileMem] -- ^ files that are completely in memory
, getFilesDisk :: [FileDisk] -- ^ files that have been saved to disk
}

data RequestBodyState = BodyUntouched
Expand Down

0 comments on commit 74252f0

Please sign in to comment.