Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
7
node_modules/next/dist/server/api-utils/node/parse-body.d.ts
generated
vendored
Normal file
7
node_modules/next/dist/server/api-utils/node/parse-body.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import type { IncomingMessage } from 'http';
|
||||
import type { SizeLimit } from '../../../types';
|
||||
/**
|
||||
* Parse incoming message like `json` or `urlencoded`
|
||||
* @param req request object
|
||||
*/
|
||||
export declare function parseBody(req: IncomingMessage, limit: SizeLimit): Promise<any>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue