Files
novarix.uk/node_modules/next/dist/server/app-render/strip-flight-headers.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

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;