0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-30 01:56:18 +01:00
hono/src
Taku Amano db8619695e
fix(compose): Support a handler that non-async and returning a promise. (#469)
* fix(compose): Support a handler that non-async and returning a promise.

* Update deno_dist via `yarn denoify`.
2022-08-15 12:24:23 +09:00
..
deno feat: add serve-static middlware for deno (#339) 2022-07-02 23:20:09 +09:00
middleware fix(ETag): fixed an error when the file size is too large. (#461) 2022-08-09 10:35:30 +09:00
router fix(trie-router): fix the rule for capturing named parameter (#419) 2022-07-24 11:03:04 +09:00
utils refactor(mime): made .ico file's extension to image/x-icon (#462) 2022-08-09 10:51:08 +09:00
compose.test.ts fix(compose): Support a handler that non-async and returning a promise. (#469) 2022-08-15 12:24:23 +09:00
compose.ts fix(compose): Support a handler that non-async and returning a promise. (#469) 2022-08-15 12:24:23 +09:00
context.test.ts fix(context): fix header values shifting (#463) 2022-08-10 21:34:33 +09:00
context.ts fix(context): fixed ContextVariableMap is not enabled in built code (#465) 2022-08-12 11:22:30 +09:00
hono.test.ts perf(compose): optimize await (#466) 2022-08-15 08:35:57 +09:00
hono.ts feat(context): Introduce ContextVariableMap. (#429) 2022-07-30 17:18:53 +09:00
index.ts refactor: denoify 2022-07-15 08:40:15 +09:00
middleware.ts Add compress middleware (#392) 2022-07-16 21:48:31 +09:00
mod.ts chore(deno): rewrite mod.ts in src 2022-07-17 18:40:34 +09:00
request.ts refactor: make parsedBody type as Body (#448) 2022-08-03 11:03:11 +09:00
router.ts refactor(router): Make Router an interface, not a class (#268) 2022-05-26 07:39:43 +09:00