Respond sends the response for the request. Additional headers can be passed using [WithHeaders] option.
([]byte, ...RespondOpt)
| 40 | // Respond sends the response for the request. |
| 41 | // Additional headers can be passed using [WithHeaders] option. |
| 42 | Respond([]byte, ...RespondOpt) error |
| 43 | |
| 44 | // RespondJSON marshals the given response value and responds to the request. |
| 45 | // Additional headers can be passed using [WithHeaders] option. |
no outgoing calls