MCPcopy Create free account
hub / github.com/parse-community/parse-server / fetch

Function fetch

spec/ParseGraphQLServer.spec.js:4–8  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

2const express = require('express');
3const req = require('../lib/request');
4const fetch = (...args) =>
5 import('node-fetch').then(({ default: fetch }) => {
6 const [url, options = {}] = args;
7 return fetch(url, { agent: new http.Agent({ keepAlive: false }), ...options });
8 });
9const FormData = require('form-data');
10require('./helper');
11const { updateCLP } = require('./support/dev');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…