* Add the implementation for an unhandled `HttpApiEndpoint` to a `Handlers` group. * This version opts out of automatic payload decoding and provides the raw request.
(
identifier: Identifier & NotHandledIdentifier<Identifier, HandledIdentifiers>,
handler: HttpApiEndpoint.HandlerRaw<
EndpointsByIdentifier[Identifier],
HttpApiEndpoint.MiddlewareError<EndpointsByIdentifier[Identifier]>,
R1
>,
options?: { readonly uninterruptible?: boolean | undefined } | undefined
)
| 308 | * This version opts out of automatic payload decoding and provides the raw request. |
| 309 | */ |
| 310 | handleRaw< |
| 311 | Identifier extends keyof EndpointsByIdentifier, |
| 312 | R1 |
| 313 | >( |
no outgoing calls
no test coverage detected