Skip to content

Commit 9ec34ae

Browse files
bytaesukodster28
andauthored
[Docs Site] add Hono middleware example in rate-limit.mdx (#23229)
* [Docs Site] add Hono middleware example in rate-limit.mdx This is a Hono middleware example that leverages Wrangler’s built-in features. * Retrigger CI --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent cc75f9f commit 9ec34ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,4 @@ For example, if many requests come in to your Worker in a single Cloudflare loca
195195

196196
* [`@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.
197197
* [`@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.
198+
* [`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.

0 commit comments

Comments
 (0)