0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 10:51:01 +00:00
hono/runtime_tests/deno
Sor4chi b8b0b384b6
feat: pass context to onNotFound callback in serveStatic (#1865)
* feat: pass context to onNotFound callback in serveStatic

* chore: denoify

* test: update notFoundHandler's callback expect

* feat: add Env generics for serveStatic to support `c.env` type in callback handler

* feat: add Env generics for serveStatic to support c.env type in cloudflare workers module's callback handler
2024-01-02 22:42:16 +09:00
..
.static feat(serve-static): rewriteRequestPath option for Workers/Deno/Bun (#1065) 2023-05-03 23:05:21 +09:00
.vscode fix(adaptor): Access to custom request context on AWS Lambda Adaptor (#1305) 2023-08-11 00:37:58 +09:00
static feat(serve-static): rewriteRequestPath option for Workers/Deno/Bun (#1065) 2023-05-03 23:05:21 +09:00
deps.ts feat: Add onNotFound handler in adapters' serveStatic (#1825) 2023-12-27 07:04:46 +09:00
favicon.ico chore: move runtime tests into runtime_tests (#1062) 2023-05-02 21:16:17 +09:00
hono.test.ts feat: introduce "Helpers" (#1353) 2023-08-21 15:22:37 +09:00
middleware.test.tsx feat: pass context to onNotFound callback in serveStatic (#1865) 2024-01-02 22:42:16 +09:00