(key, val string)
| 1004 | } |
| 1005 | |
| 1006 | func (r *DefaultRes) setCanonical(key, val string) { |
| 1007 | r.c.fasthttp.Response.Header.SetCanonical(utils.UnsafeBytes(key), utils.UnsafeBytes(val)) |
| 1008 | } |
| 1009 | |
| 1010 | // Status sets the HTTP status for the response. |
| 1011 | // This method is chainable. |
no outgoing calls
no test coverage detected