MCPcopy
hub / github.com/dougmoscrop/serverless-http / FrameworkApplication

Interface FrameworkApplication

serverless-http.d.ts:4–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare namespace ServerlessHttp {
4 export interface FrameworkApplication {
5 callback: Function;
6 handle: Function;
7 router: {
8 route: Function;
9 }
10 _core: {
11 _dispatch: Function;
12 }
13 }
14
15 /**
16 * Handler-compatible function, application or plain http server.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected