Cloudflare Worker Router Versions Save

A super lightweight router (1.0K) with middleware support and ZERO dependencies for Cloudflare Workers.

v3.2.0

4 months ago
  • Removed CONNECT and TRACE methods
  • Added automated testing

Full Changelog: https://github.com/tsndr/cloudflare-worker-router/compare/v3.1.3...v3.2.0

v3.1.3

7 months ago
  • Fixed default extension types

v3.1.2

7 months ago
  • Updated README

v3.1.1

7 months ago

Allow multiple uses of body

v3.1.0

8 months ago
  • Updated Migration
  • Using a new Buffer for every invocation of handle, thanks @akreiling
  • Supporting Access-Control-Allow-Credentials and vary CORS headers, thanks @akreiling

v3.0.0

9 months ago

Please refer to the Readme or the Migration Guide.