JSPM

@walkeros/server-source-fetch

4.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 424
  • Score
    100M100P100Q116969F
  • License MIT

Web Standard Fetch API source for walkerOS (Cloudflare Workers, Vercel Edge, Deno, Bun)

Package Exports

  • @walkeros/server-source-fetch
  • @walkeros/server-source-fetch/dev
  • @walkeros/server-source-fetch/walkerOS.json

Readme

walkerOS

@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.

DocumentationNPM PackageSource Code

Installation

npm install @walkeros/server-source-fetch

Quick 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