MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / httpHandler

Method httpHandler

packages/rest/src/rest.server.ts:157–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155
156 protected _httpHandler: HttpHandler;
157 protected get httpHandler(): HttpHandler {
158 this._setupHandlerIfNeeded();
159 return this._httpHandler;
160 }
161
162 /**
163 * Context event subscriptions for route related changes

Callers

nothing calls this directly

Calls 1

_setupHandlerIfNeededMethod · 0.95

Tested by

no test coverage detected