Written returns whether or not the ResponseWriter has been written.
()
| 16 | Status() int |
| 17 | // Written returns whether or not the ResponseWriter has been written. |
| 18 | Written() bool |
| 19 | // Size returns the size of the response body. |
| 20 | Size() int |
| 21 | // Before allows for a function to be called before the ResponseWriter has been written to. This is |
no outgoing calls