MCPcopy
hub / github.com/loopbackio/loopback-next / handle

Method handle

packages/rest/src/sequence.ts:48–48  ·  view source on GitHub ↗

* Handle the request by running the configured sequence of actions. * * @param context - The request context: HTTP request and response objects, * per-request IoC container and more.

(context: RequestContext)

Source from the content-addressed store, hash-verified

46 * per-request IoC container and more.
47 */
48 handle(context: RequestContext): Promise<void>;
49}
50
51/**

Callers 1

_handleRequestMethod · 0.65

Implementers 14

MyAuthenticationSequencepackages/authentication/src/__tests__/
DefaultSequencepackages/rest/src/sequence.ts
MiddlewareSequencepackages/rest/src/sequence.ts
MySequencepackages/rest/src/__tests__/acceptance
MySequenceextensions/authentication-jwt/src/__te
MySequenceextensions/authentication-passport/src
MySequenceextensions/authentication-passport/src
LogSequenceexamples/log-extension/src/__tests__/a
MySequenceexamples/passport-login/src/sequence.t
SequenceFromFunctionpackages/rest/src/rest.server.ts
SequenceWithOneInvokeMiddlewarepackages/rest/src/__tests__/acceptance
SequenceWithTwoInvokeMiddlewarepackages/rest/src/__tests__/acceptance

Calls

no outgoing calls

Tested by

no test coverage detected