Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 526 Bytes

Cloudflare worker demo

cloudflare worker demo

Quick commands

Wrangler helper commands

# development
yarn dev

# Build
yarn build

# build & deploy / publish
yarn deploy

Verify using curl commands

curl -H "x-host: www.example.com" -H "accept: text/html" https://cloudflare.sp-edge.workers.dev | less

Docs

cloudflare worker started

HtmlRewriter