Home
last modified time | relevance | path

Searched refs:wrapFetchWithProxy (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/src/api/rest/__tests__/
H A DwrapFetchWithProxy.test.ts1 import { wrapFetchWithProxy } from '../wrapFetchWithProxy';
9 describe(wrapFetchWithProxy, () => {
14 const next = wrapFetchWithProxy(input);
21 const next = wrapFetchWithProxy(input);
/expo/packages/@expo/cli/src/api/graphql/
H A Dclient.ts20 import { wrapFetchWithProxy } from '../rest/wrapFetchWithProxy';
44 fetch: wrapFetchWithOffline(wrapFetchWithProxy(fetch)),
/expo/packages/@expo/cli/src/api/rest/
H A DwrapFetchWithProxy.ts9 export function wrapFetchWithProxy(fetchFunction: FetchLike): FetchLike { function
H A Dclient.ts12 import { wrapFetchWithProxy } from './wrapFetchWithProxy';
114 const fetchWithProxy = wrapFetchWithProxy(fetchWithBaseUrl);