purescript-httpurple/Library/HTTPure/Body.purs

8 lines
159 B
Haskell

module HTTPure.Body
( Body
) where
-- | The Body type is just sugar for a String, that will be sent or received in
-- | the HTTP body.
type Body = String