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

Interface SequenceHandler

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

Source from the content-addressed store, hash-verified

39 * required to handle an incoming request.
40 */
41export interface SequenceHandler {
42 /**
43 * Handle the request by running the configured sequence of actions.
44 *
45 * @param context - The request context: HTTP request and response objects,
46 * per-request IoC container and more.
47 */
48 handle(context: RequestContext): Promise<void>;
49}
50
51/**
52 * The default implementation of SequenceHandler.

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