MCPcopy Create free account
hub / github.com/api3dao/airnode / httpReq

Function httpReq

packages/airnode-deployer/src/entrypoint.ts:22–25  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

20
21// We shorten function name to allow for shorter cloud resource names
22export async function httpReq(...args: unknown[]) {
23 const handler = await cloudHandler();
24 return handler.processHttpRequest(...args);
25}
26
27// We shorten function name to allow for shorter cloud resource names
28export async function httpSignedReq(...args: unknown[]) {

Callers

nothing calls this directly

Calls 1

cloudHandlerFunction · 0.85

Tested by

no test coverage detected