0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/src
Yusuke Wada d678c75808
fix(compress): delete content-length header (#1366)
* fix(compress): delete `content-length` header

* denoify
2023-08-23 09:11:37 +09:00
..
adapter chore: add format script (#1334) 2023-08-15 22:34:45 +09:00
client fix(client): continue if query value is undefined (#1368) 2023-08-23 09:11:25 +09:00
helper feat: introduce "Helpers" (#1353) 2023-08-21 15:22:37 +09:00
jsx feat: introduce "Helpers" (#1353) 2023-08-21 15:22:37 +09:00
middleware fix(compress): delete content-length header (#1366) 2023-08-23 09:11:37 +09:00
preset fix(hono/quick): use SmartRouter (#1250) 2023-07-20 17:43:35 +09:00
router fix(trie-router-router): For "Named param with trailing wildcard" (#1246) 2023-07-20 16:48:38 +09:00
utils fix(middleware): signed cookie misinterpretation of cookie values with dot (#1342) 2023-08-18 18:56:10 +09:00
validator feat: introduce "Helpers" (#1353) 2023-08-21 15:22:37 +09:00
compose.test.ts refactor(context): allow passing HonoRequest as 1st arg (#1312) 2023-08-19 16:20:08 +09:00
compose.ts feat(app): onError() supports async (#1090) 2023-05-14 08:16:28 +09:00
context.test.ts refactor(context): allow passing HonoRequest as 1st arg (#1312) 2023-08-19 16:20:08 +09:00
context.ts feat: introduce "Helpers" (#1353) 2023-08-21 15:22:37 +09:00
helper.ts feat: introduce "Helpers" (#1353) 2023-08-21 15:22:37 +09:00
hono-base.ts feat(app): pass env to getPath() (#1345) 2023-08-20 16:03:25 +09:00
hono.test.ts feat: introduce "Helpers" (#1353) 2023-08-21 15:22:37 +09:00
hono.ts fix(types): set / for generics basePath (#1083) 2023-05-14 08:18:45 +09:00
http-exception.test.ts feat(utils): remove HTTP status messages from http-status.ts (#1037) 2023-04-28 12:10:20 +09:00
http-exception.ts fix(HttpException): error message should not be the HTTP reason phrase (#1161) 2023-06-07 21:17:52 +09:00
index.ts fix(type): Export Schema type to allow route exports in declaration files (#1309) 2023-08-11 07:05:51 +09:00
middleware.ts fix(middleware.ts): export secure-headers for Deno (#1361) 2023-08-21 15:38:35 +09:00
mod.ts fix(type): Export Schema type to allow route exports in declaration files (#1309) 2023-08-11 07:05:51 +09:00
request.test.ts fix(req): fix inferring types in req.valid() (#1351) 2023-08-19 17:48:49 +09:00
request.ts fix(req): fix inferring types in req.valid() (#1351) 2023-08-19 17:48:49 +09:00
router.ts feat: handle HEAD method (#1142) 2023-06-03 09:07:33 +09:00
types.test.ts fix(type): add missing S to RemoveBlankRecord (#1354) 2023-08-20 15:45:22 +09:00
types.ts fix(client): ignore header and cookie types (#1359) 2023-08-21 00:19:04 +09:00