UNPKG

@powership/server

Version:
5 lines (4 loc) 158 B
import * as HTTP from 'http'; export declare function parseHTTPBody(req: HTTP.IncomingMessage & { body?: any; }, res: HTTP.ServerResponse): Promise<any>;