This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Need convenience API to write strings & buffered response to body #66
Closed
Description
Right now when trying to write strings to the output, there is lots of user code required to account for computing content-length, dealing with encoding etc.
The responsibility for this shouldn't be in MVC or user code, as its very error prone and repetitive code.
I realize this might belong in a helper library and not in abstractions, but we don't have that library anywhere I'm aware of.