WriteString writes the string into the response body.
(string)
| 35 | |
| 36 | // WriteString writes the string into the response body. |
| 37 | WriteString(string) (int, error) |
| 38 | |
| 39 | // Written returns true if the response body was already written. |
| 40 | Written() bool |
no outgoing calls