davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.96k stars 382 forks source link

Move response body handling into a function #50

Closed davecheney closed 7 years ago

davecheney commented 7 years ago

Updates #20 Updates #30 Updates #35 Updates #47

In an effort to reduce the number of merge conflicts, move reponse body processing into its own function.

readResponseBody is responsible for consuming the response body.