From 944f5df617ec7bef51c08d16279e67f763aa6385 Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:33:50 +0900 Subject: [PATCH 1/2] [Docs Site] add Hono middleware example in rate-limit.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a Hono middleware example that leverages Wrangler’s built-in features. --- src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx b/src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx index 17f854aa1192099..12eab670ba22ba0 100644 --- a/src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx +++ b/src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx @@ -207,3 +207,4 @@ For example, if many requests come in to your Worker in a single Cloudflare loca * [`@elithrar/workers-hono-rate-limit`](https://github.com/elithrar/workers-hono-rate-limit) — Middleware that lets you easily add rate limits to routes in your [Hono](https://hono.dev/) application. * [`@hono-rate-limiter/cloudflare`](https://github.com/rhinobase/hono-rate-limiter) — Middleware that lets you easily add rate limits to routes in your [Hono](https://hono.dev/) application, with multiple data stores to choose from. +* [`hono-cf-rate-limit`](https://github.com/bytaesu/hono-cf-rate-limit) — A middleware for Hono applications that applies rate limiting in Cloudflare Workers, powered by Wrangler’s built-in features. From a62f70b5b053fc91d81042e82c3af9e9cda3b67e Mon Sep 17 00:00:00 2001 From: Kody Jackson Date: Wed, 13 Aug 2025 09:22:37 -0500 Subject: [PATCH 2/2] Retrigger CI --- src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx b/src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx index 12eab670ba22ba0..517b77f706f6730 100644 --- a/src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx +++ b/src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx @@ -207,4 +207,4 @@ For example, if many requests come in to your Worker in a single Cloudflare loca * [`@elithrar/workers-hono-rate-limit`](https://github.com/elithrar/workers-hono-rate-limit) — Middleware that lets you easily add rate limits to routes in your [Hono](https://hono.dev/) application. * [`@hono-rate-limiter/cloudflare`](https://github.com/rhinobase/hono-rate-limiter) — Middleware that lets you easily add rate limits to routes in your [Hono](https://hono.dev/) application, with multiple data stores to choose from. -* [`hono-cf-rate-limit`](https://github.com/bytaesu/hono-cf-rate-limit) — A middleware for Hono applications that applies rate limiting in Cloudflare Workers, powered by Wrangler’s built-in features. +* [`hono-cf-rate-limit`](https://github.com/bytaesu/hono-cf-rate-limit) — Middleware for Hono applications that applies rate limiting in Cloudflare Workers, powered by Wrangler’s built-in features.