MCPcopy Create free account
hub / github.com/vercel/vercel / json

Method json

packages/cli/src/util/fetch.ts:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27export type Request = InstanceType<typeof globalThis.Request>;
28export interface Response extends Omit<NativeResponse, 'json'> {
29 json(): Promise<any>;
30}
31
32export const Headers = globalThis.Headers;

Callers 15

mintProjectOidcTokenFunction · 0.65
postContinueFunction · 0.65
postDeploymentFunction · 0.65
checkDeploymentStatusFunction · 0.65
uploadFilesFunction · 0.65
loaderFunction · 0.65
loaderFunction · 0.65
middleware.test.tsFile · 0.65
vcDeployWithVarFunction · 0.65
vcDevWithEnvFunction · 0.65

Implementers 3

_FakeResponsepython/vercel-workers/tests/test_djang
Responsepython/vercel-runtime/src/vercel_runti
Requestpython/vercel-runtime/src/vercel_runti

Calls

no outgoing calls

Tested by 15

loaderFunction · 0.52
loaderFunction · 0.52
vcDeployWithVarFunction · 0.52
vcDevWithEnvFunction · 0.52
vcDevAndFetchCloudVarsFunction · 0.52
vcDevAndFetchSystemVarsFunction · 0.52
requestDevFunction · 0.52
useRequestLogsFunction · 0.52
initRollbackTestFunction · 0.52
mockDeleteIntegrationFunction · 0.52
setupMocksFunction · 0.52
setupMocksFunction · 0.52