UNPKG

@webfaas/webfaas-plugin-endpoint-http

Version:
11 lines (10 loc) 358 B
/// <reference types="node" /> import * as http from "http"; import { EndPointHTTP } from "../EndPointHTTP"; export declare class SendMessageRest { private endPointHTTP; private log; private core; constructor(endPointHTTP: EndPointHTTP); processRequest(request: http.IncomingMessage, response: http.ServerResponse, body: Buffer): void; }