awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

ashleygwilliams/worker-template-requests

0
View on GitHub↗
0 stars·0 forks·0 views

Worker Template Requests

Examples of reading in a POST request body of type JSON, form-data, and blobs before it reaches the origin server.

Features

  • Worker Recipes - Examples for parsing JSON and form-data POST requests.

Star history

Star history chart for ashleygwilliams/worker-template-requestsStar history chart for ashleygwilliams/worker-template-requests

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Worker Template Requests

Similar open-source projects, ranked by how many features they share with Worker Template Requests.
  • berstend/service-worker-routerberstend avatar

    berstend/service-worker-router

    95View on GitHub↗

    Although this router works fine I made a new one, based on experiences using it in production with Cloudflare Workers.

    TypeScript
    View on GitHub↗95
  • boynet/cf-logdna-workerB

    boynet/cf-logdna-worker

    0View on GitHub↗

    simple cloudflare worker recipe to send logs into logdna

    View on GitHub↗0
  • cloudflare/rustwasm-worker-templatecloudflare avatar

    cloudflare/rustwasm-worker-template

    386View on GitHub↗

    A template for kick starting a Cloudflare worker project using workers-rs.

    Rust
    View on GitHub↗386
  • anderly/cloudflare-worker-routingA

    anderly/cloudflare-worker-routing

    0View on GitHub↗

    Here's a simple CloudFlare Worker with a built-in router that allows you to separate your worker logic into different functions and/or "controllers" so you can achieve a clean separation of concerns while working within the 1 script limit for non-Enterprise plans.

    View on GitHub↗0
See all 30 alternatives to Worker Template Requests→

Frequently asked questions

What does ashleygwilliams/worker-template-requests do?

Examples of reading in a POST request body of type JSON, form-data, and blobs before it reaches the origin server.

What are the main features of ashleygwilliams/worker-template-requests?

The main features of ashleygwilliams/worker-template-requests are: Worker Recipes.

What are some open-source alternatives to ashleygwilliams/worker-template-requests?

Open-source alternatives to ashleygwilliams/worker-template-requests include: berstend/service-worker-router — Although this router works fine I made a new one, based on experiences using it in production with Cloudflare Workers. boynet/cf-logdna-worker — simple cloudflare worker recipe to send logs into logdna. cloudflare/rustwasm-worker-template — A template for kick starting a Cloudflare worker project using workers-rs. cloudflare/worker-examples — Cloudflare Workers let you deploy serverless code instantly across the globe for exceptional performance, reliability,… cloudflare/worker-template — A template for kick starting a Cloudflare worker project. anderly/cloudflare-worker-routing — Here's a simple CloudFlare Worker with a built-in router that allows you to separate your worker logic into different…