Open ugo-studio opened 1 week ago
This PR introduces a custom fetch implementation to enhance flexibility and compatibility in handling HTTP requests.
fetch
Response
Undici.Response
Undici.request
Why This Change? This custom implementation provides the following benefits:
node-fetch
isomorphic-fetch
This PR introduces a custom fetch implementation to enhance flexibility and compatibility in handling HTTP requests.
fetch
function.Response
objects toUndici.Response
for compatibility.Undici.request
when no custom fetch function is provided.Why This Change?
This custom implementation provides the following benefits:
node-fetch
,isomorphic-fetch
, etc.).