Status returns the HTTP response status code of the current request.
()
| 28 | |
| 29 | // Status returns the HTTP response status code of the current request. |
| 30 | Status() int |
| 31 | |
| 32 | // Size returns the number of bytes already written into the response http body. |
| 33 | // See Written() |
no outgoing calls