Stats returns the current statistics.
()
| 117 | |
| 118 | // Stats returns the current statistics. |
| 119 | func (w *WriteResponse) Stats() WriteResponseStats { |
| 120 | return w.WriteResponseStats |
| 121 | } |
| 122 | |
| 123 | // SetStatusCode sets the HTTP status code for the response. http.StatusNoContent is the default unless 5xx is set. |
| 124 | func (w *WriteResponse) SetStatusCode(code int) { |
no outgoing calls