example server/client for using idempotency keys according to the IETF spec
| client.html | display errors | |
| db.js | add a db to store idempotency keys | |
| README.md | format | |
| responses.js | split responses to a different file to reduce the noise | |
| server.js | split responses to a different file to reduce the noise | |
The Idempotency Key
Example app for: https://datatracker.ietf.org/doc/draft-ietf-httpapi-idempotency-key-header/
- clone
- run:
node server.js - open: http://localhost:3000