UNPKG

@multicloud/sls-core

Version:

Core middleware and components for Serverless @multicloud.

7 lines (6 loc) 244 B
import { Middleware } from "../app"; /** * Middleware for HTTP bindings. Returns async function that accepts the * CloudContext and the `next` Function in the middleware chain */ export declare const HTTPBindingMiddleware: () => Middleware;