go-stdlib icon indicating copy to clipboard operation
go-stdlib copied to clipboard

We should support io.StringWriter

Open moshegood opened this issue 2 years ago • 0 comments

To reduce memory and CPU consumption, many libraries that implement Write also implement WriteString. We should do the same here, as the default http server supports WriteString.

moshegood avatar May 05 '22 14:05 moshegood