Skip to content

Comments

docs: add hono-idempotency to third-party middleware list#824

Open
paveg wants to merge 1 commit intohonojs:mainfrom
paveg:add-idempotency-middleware
Open

docs: add hono-idempotency to third-party middleware list#824
paveg wants to merge 1 commit intohonojs:mainfrom
paveg:add-idempotency-middleware

Conversation

@paveg
Copy link
Contributor

@paveg paveg commented Feb 24, 2026

Summary

  • Add hono-idempotency to the Utilities section of the third-party middleware list

About hono-idempotency

Stripe-style idempotency middleware for Hono, implementing the IETF draft spec for idempotency keys.

  • Idempotency-Key header support for POST/PATCH methods
  • Request fingerprinting via SHA-256
  • Concurrent request protection with optimistic locking
  • Multiple storage backends: Memory, Redis, Cloudflare KV, D1, Durable Objects
  • Zero production dependencies, multi-runtime support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant