Size returns the number of bytes already written into the response http body. See Written()
()
| 32 | // Size returns the number of bytes already written into the response http body. |
| 33 | // See Written() |
| 34 | Size() int |
| 35 | |
| 36 | // WriteString writes the string into the response body. |
| 37 | WriteString(string) (int, error) |
no outgoing calls