* Set the schema for the headers of the endpoint. The schema will be * used to validate the headers before the handler is called.
(
schema: H & HttpApiEndpoint.ValidateHeaders<H>
)
| 188 | * used to validate the headers before the handler is called. |
| 189 | */ |
| 190 | setHeaders<H extends Schema.Schema.Any>( |
| 191 | schema: H & HttpApiEndpoint.ValidateHeaders<H> |
| 192 | ): HttpApiEndpoint< |
| 193 | Name, |
no outgoing calls
no test coverage detected