芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/http-proxy-middleware/dist/handlers/fix-request-body.d.ts
///
import type * as http from 'http'; /** * Fix proxied body if bodyParser is involved. */ export declare function fixRequestBody(proxyReq: http.ClientRequest, req: http.IncomingMessage): void;