Package Exports
- @walkeros/server-source-fetch
- @walkeros/server-source-fetch/dev
- @walkeros/server-source-fetch/walkerOS.json
Readme
@walkeros/server-source-fetch
Web Standard Fetch API source for walkerOS. A platform-agnostic
(Request) => Response handler that runs on Cloudflare Workers, Vercel Edge,
Deno, Bun, and Node.js 18+, with batch processing, configurable CORS, and pixel
tracking.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-source-fetchQuick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"sources": {
"fetch": { "package": "@walkeros/server-source-fetch", "config": {} }
}
}
}
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/sources/server/fetch
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT