Write appends p into response body.
(p []byte)
| 150 | Vary(fields ...string) |
| 151 | // Write appends p into response body. |
| 152 | Write(p []byte) (int, error) |
| 153 | // Writef appends f & a into response body writer. |
| 154 | Writef(f string, a ...any) (int, error) |
| 155 | // WriteString appends s to response body. |
no outgoing calls