a minimal web framework for deno
commits
Author
Commit
Message
Date
feat: add comprehensive benchmarking suite
updates the `fetch` method to declare `ctx` outside the try-catch block so that `config.onError` receives the context populated by previous middleware
refactor route storage from flat array to a `Record<Method, Route[]>` for O(N/Methods) route matching
HTTP helpers (notFound, badRequest, etc.) now throw HttpError instead of returning Response for better control flow.\n`staticFiles` now uses `@std/path` to resolve files.\nAdded `ctx.send()` helper to send single files with correct MIME types