add simpleProxyFetcher and add fetcher unit tests

This commit is contained in:
mrjvs
2023-09-10 19:09:23 +02:00
parent a31e05adfb
commit aa24946d6f
5 changed files with 286 additions and 3 deletions

View File

@@ -14,3 +14,4 @@ export type {
export { NotFoundError } from '@/utils/errors';
export { makeProviders } from '@/main/builder';
export { makeStandardFetcher } from '@/fetchers/standardFetch';
export { makeSimpleProxyFetcher } from '@/fetchers/simpleProxy';