BytesWritten returns the total number of bytes sent to the client.
()
| 16 | Status() int |
| 17 | // BytesWritten returns the total number of bytes sent to the client. |
| 18 | BytesWritten() int |
| 19 | // Tee causes the response body to be written to the given io.Writer in |
| 20 | // addition to proxying the writes through. Only one io.Writer can be |
| 21 | // tee'd to at once: setting a second one will overwrite the first. |
no outgoing calls
no test coverage detected