Markus Ahlstrand
Markus Ahlstrand
Would be cool if we could make a handler that accepts the same api as for instance imgix
Think the cache handler currently caches on the path + the querystring. While that may be good for some situations it would probably be better to default to only cache...
This is work in progress. The idea is that you can use static api keys to limit access to other handlers and origins. From my perspective it's basically swapping a...
I'm looking for an easy way to debug cloudflare workers wonder if this is possible with the cloudworker? I'm currently using more or less the runtime.js library from cloudworker to...
Replace the first couple of handlers with hono-handlers. You can now use the proxy like this (with typescript): ``` import { Hono } from 'hono'; import packageJson from '../package.json'; import...
Thanks for a great library. This is the first solutionen to keeping the model and the code in sync that I enjoy working with :) I been slightly obsessed with...
### Is your feature request related to a problem? Please describe... I would like to use xml-crypto in WinterCG environments like cloudflare workers. ### Describe teh solution you'd like... Replace...
I'm trying to migrate over from xml-crypto to xmldsigjs for our SAML service to get it running on Cloudflare Workers and it seems to almost be working, but for some...
### What version of Hono are you using? 4.6.5 ### What runtime/platform is your app running on? Cloudflare workers ### What steps can reproduce the bug? Generate a large response...