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