Closed evert closed 3 years ago
This allows a user to set the body as such:
ctx.response.body = (writable) => { writable.send('hello world!'); writable.end(); };
This makes it easy to deal with streams.
Fixes #165
cc @imdmitrykravchenko
This allows a user to set the body as such:
This makes it easy to deal with streams.
Fixes #165
cc @imdmitrykravchenko