0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/src
2022-06-13 10:06:37 +09:00
..
middleware refactor(html): make html as middleware (#319) 2022-06-13 10:06:37 +09:00
router perf: Various performance tuning (#292) 2022-06-02 14:32:36 +09:00
utils refactor(html): make html as middleware (#319) 2022-06-13 10:06:37 +09:00
compose.test.ts feat: throw error if context is not finalized (#301) 2022-06-07 10:20:05 +09:00
compose.ts feat: notFound support asyc/await (#303) 2022-06-07 16:13:12 +09:00
context.test.ts perf: Various performance tuning (#292) 2022-06-02 14:32:36 +09:00
context.ts [WIP] feat: jsx middleware 2022-06-07 19:03:42 +09:00
hono.test.ts feat: throw error if context is not finalized (#301) 2022-06-07 10:20:05 +09:00
hono.ts feat: notFound support asyc/await (#303) 2022-06-07 16:13:12 +09:00
index.ts fix: Import "declare global" for the Request interface explicitly. (#298) 2022-06-04 19:57:28 +09:00
request.ts perf: Various performance tuning (#292) 2022-06-02 14:32:36 +09:00
router.ts refactor(router): Make Router an interface, not a class (#268) 2022-05-26 07:39:43 +09:00