MCPcopy
hub / github.com/parse-community/parse-server / fetch

Function fetch

spec/vulnerabilities.spec.js:3–7  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

1const http = require('http');
2const express = require('express');
3const fetch = (...args) =>
4 import('node-fetch').then(({ default: fetch }) => {
5 const [url, options = {}] = args;
6 return fetch(url, { agent: new http.Agent({ keepAlive: false }), ...options });
7 });
8const ws = require('ws');
9const request = require('../lib/request');
10const Config = require('../lib/Config');

Callers 15

setPermissionsOnClassFunction · 0.70
setPermissionsOnClassFunction · 0.70
updateCLPFunction · 0.70
gqlRequestFunction · 0.70
exchangeAccessTokenMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected