BytesWritten returns the total number of bytes sent to the client.
()
| 52 | Status() int |
| 53 | // BytesWritten returns the total number of bytes sent to the client. |
| 54 | BytesWritten() int |
| 55 | // Tee causes the response body to be written to the given io.Writer in |
| 56 | // addition to proxying the writes through. Only one io.Writer can be |
| 57 | // tee'd to at once: setting a second one will overwrite the first. |
no outgoing calls