| Feature | |
| / | A Cloudflare Worker with Hono |
| /generate | GET a signed Json Web Token ( JWT ) |
| /verify | GET check JWT in good standing |
| /dosbody | POST request that trips if you send 5> bytes |
| /content | POST request that checks the content-length VS whatever the client sent |
| /expensive | GET that triggers a Redis based Rate Limit alternative to traditional Cloudflare Rate Limits |
| /workflow | GET start a server side task |
| /carpark | GET a Waiting Room |