make-fetch
JSON →A library for implementing a custom fetch() function using Node.js streams. Version 3.2.3 is the current stable release. It allows you to define a handler that processes standard Request objects and returns Response options. It provides a low-level API (makeFetch) for completely custom logic and a higher-level routed API (makeRoutedFetch) for matching URL patterns, supporting wildcards. Ships TypeScript types. Similar to node-fetch but focused on custom protocol implementations.
Resources
packagemake-fetch ↗