aesiniath / http-streams

Haskell HTTP client library for use with io-streams
https://hackage.haskell.org/package/http-streams
BSD 3-Clause "New" or "Revised" License
50 stars 48 forks source link

Add helper functions for sending JSON objects #122

Closed istathar closed 3 years ago

istathar commented 3 years ago

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.

istathar commented 3 years ago

Hey @emmapg I'm adding some helper functions based on your experiece trying to use this library today.