cloudflare worker demo
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