UNPKG

integreat-transporter-http

Version:

HTTP transporter for Integreat

4 lines (3 loc) 184 B
import type http from 'http'; import type { Action } from 'integreat'; export declare function actionFromRequest(request: http.IncomingMessage, incomingPort: number): Promise<Action>;