wilddragon-site/node_modules/next/dist/server/app-render/strip-flight-headers.d.ts

8 lines
245 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
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;