Written returns true if the response body was already written.
()
| 38 | |
| 39 | // Written returns true if the response body was already written. |
| 40 | Written() bool |
| 41 | |
| 42 | // WriteHeaderNow forces to write the http header (status code + headers). |
| 43 | WriteHeaderNow() |
no outgoing calls