Closed istathar closed 3 years ago
Introduce jsonBody for sending types with ToJSON instances as JSON for a request body.
jsonBody
Introduce simpleBody tor sending a straight ByteString as is for a request body.
simpleBody
Hey @emmapg I'm adding some helper functions based on your experiece trying to use this library today.
Introduce
jsonBody
for sending types with ToJSON instances as JSON for a request body.Introduce
simpleBody
tor sending a straight ByteString as is for a request body.