.. |
adapter
|
chore: add format script (#1334)
|
2023-08-15 22:34:45 +09:00 |
client
|
fix(client): ignore header and cookie types (#1359)
|
2023-08-21 00:19:04 +09:00 |
middleware
|
feat(middleware): Alternative middleware equivalent to Helmet (#1341)
|
2023-08-21 00:24:59 +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(validator): supports header and cookie (#1352)
|
2023-08-19 18:23:04 +09:00 |
adapter.ts
|
|
|
compose.test.ts
|
refactor(context): allow passing HonoRequest as 1st arg (#1312)
|
2023-08-19 16:20:08 +09:00 |
compose.ts
|
|
|
context.test.ts
|
refactor(context): allow passing HonoRequest as 1st arg (#1312)
|
2023-08-19 16:20:08 +09:00 |
context.ts
|
fix(types): corrected argument types for Context methods (#1357)
|
2023-08-21 00:23:05 +09:00 |
hono-base.ts
|
feat(app): pass env to getPath() (#1345)
|
2023-08-20 16:03:25 +09:00 |
hono.test.ts
|
feat(app): pass env to getPath() (#1345)
|
2023-08-20 16:03:25 +09:00 |
hono.ts
|
fix(types): set / for generics basePath (#1083)
|
2023-05-14 08:18:45 +09:00 |
http-exception.test.ts
|
|
|
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
|
feat: Add Server-Timing API as middleware (#1215)
|
2023-07-03 11:19:49 +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 |