Status returns the HTTP status of the request, or 0 if one has not yet been sent.
()
| 50 | // Status returns the HTTP status of the request, or 0 if one has not |
| 51 | // yet been sent. |
| 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 |
no outgoing calls
no test coverage detected