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