macchiato-framework / macchiato-core

Ring style HTTP server abstraction for Node.js
MIT License
378 stars 35 forks source link

allow nil body responses #17

Closed facundoolano closed 7 years ago

facundoolano commented 7 years ago

Currently response maps that have :body set to nil will cause the response not being sent. An empty body response should be sent instead.

Probably need to fill the nil function for the IHTTPResponseWriter here