UNPKG

224 BTypeScriptView Raw
1/// <reference types="node" />
2import type * as http from 'http';
3/**
4 * Fix proxied body if bodyParser is involved.
5 */
6export declare function fixRequestBody(proxyReq: http.ClientRequest, req: http.IncomingMessage): void;