macchiato-framework / macchiato-core

Ring style HTTP server abstraction for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow nil body responses

facundoolano opened this issue · comments

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