Append the specified value to the HTTP response header field. If the header is not already set, it creates the header with the specified value.
(field string, values ...string)
| 16 | // Append the specified value to the HTTP response header field. |
| 17 | // If the header is not already set, it creates the header with the specified value. |
| 18 | Append(field string, values ...string) |
| 19 | // Attachment sets the HTTP response Content-Disposition header field to attachment. |
| 20 | Attachment(filename ...string) |
| 21 | // ClearCookie expires a specific cookie by key on the client side. |
no outgoing calls