Files
cartlog-admin/node_modules/next/dist/server/app-render/strip-flight-headers.d.ts
2026-01-01 15:25:19 +05:30

8 lines
245 B
TypeScript

import type { IncomingHttpHeaders } from 'node:http';
/**
* Removes the flight headers from the request.
*
* @param req the request to strip the headers from
*/
export declare function stripFlightHeaders(headers: IncomingHttpHeaders): void;