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

Rename concatHandler to simpleHandler #123

Closed istathar closed 3 years ago

istathar commented 3 years ago

Rename the useful but poorly named concatHandler to simpleHandler, matching the convention recently created by the addition of simpleBody on the sending side. No one cares they're concatenating a bunch of chunks if they just want all the bytes coming down.