Initial boiler plate project
This commit is contained in:
8
node_modules/next/dist/server/app-render/strip-flight-headers.d.ts
generated
vendored
Normal file
8
node_modules/next/dist/server/app-render/strip-flight-headers.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/// <reference types="node" />
|
||||
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;
|
||||
Reference in New Issue
Block a user