Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
export
type
Request = InstanceType<typeof globalThis.Request>;
28
export
interface
Response extends Omit<NativeResponse,
'json'
> {
29
json(): Promise<any>;
30
}
31
32
export
const
Headers = globalThis.Headers;
Callers
15
mintProjectOidcToken
Function · 0.65
postContinue
Function · 0.65
postDeployment
Function · 0.65
checkDeploymentStatus
Function · 0.65
uploadFiles
Function · 0.65
loader
Function · 0.65
loader
Function · 0.65
middleware.test.ts
File · 0.65
integration-2.test.ts
File · 0.65
integration-1.test.ts
File · 0.65
vcDeployWithVar
Function · 0.65
vcDevWithEnv
Function · 0.65
Implementers
3
_FakeResponse
python/vercel-workers/tests/test_djang
Response
python/vercel-runtime/src/vercel_runti
Request
python/vercel-runtime/src/vercel_runti
Calls
no outgoing calls
Tested by
15
loader
Function · 0.52
loader
Function · 0.52
vcDeployWithVar
Function · 0.52
vcDevWithEnv
Function · 0.52
vcDevAndFetchCloudVars
Function · 0.52
vcDevAndFetchSystemVars
Function · 0.52
requestDev
Function · 0.52
useRequestLogs
Function · 0.52
initRollbackTest
Function · 0.52
mockDeleteIntegration
Function · 0.52
setupMocks
Function · 0.52
setupMocks
Function · 0.52