go-stdlib
go-stdlib copied to clipboard
We should support io.StringWriter
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.