Markus Ahlstrand

Results 7 issues of Markus Ahlstrand

Would be cool if we could make a handler that accepts the same api as for instance imgix

enhancement

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...

enhancement

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...

Pending feedback