MCPcopy Create free account
hub / github.com/Effect-TS/effect / handleRaw

Method handleRaw

packages/effect/src/unstable/httpapi/HttpApiBuilder.ts:310–310  ·  view source on GitHub ↗

* 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
  )

Source from the content-addressed store, hash-verified

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 >(

Calls

no outgoing calls

Tested by

no test coverage detected