0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
hono/src
hayatosc 6f69bf04b7
feat(websocket): Add generics type to WSContext (#3337)
* Extends WSContext's types

* Add new generics on UpgradeWebSocket types

* fix with linter

* revert createWSContext types

* prettier fix
2024-09-08 15:49:09 +09:00
..
adapter feat(websocket): Add generics type to WSContext (#3337) 2024-09-08 15:49:09 +09:00
client fix(client): replace optional params to url correctly (#3304) 2024-08-21 10:53:54 +09:00
helper feat(websocket): Add generics type to WSContext (#3337) 2024-09-08 15:49:09 +09:00
jsx perf(jsx): skip the special behavior when the element is in the head. (#3352) 2024-09-01 16:51:32 +09:00
middleware feat(secureHeader): add Permissions-Policy header to secure headers middleware (#3314) 2024-09-08 15:43:50 +09:00
preset feat(types): allow passing interfaces as Bindings / Variables (#3136) 2024-07-16 21:41:38 +09:00
router chore(test): replace deprecated vitest type (#3338) 2024-08-31 11:08:26 +09:00
utils refactor(utils/basic-auth): Moved Internal function to utils (#3359) 2024-09-03 16:45:31 +09:00
validator fix(validator): Fixed a bug in hono/validator where URL Encoded Data could not be validated if the Content-Type included charset. (#3297) 2024-08-19 14:44:57 +09:00
compose.test.ts
compose.ts fix(types): remove slow types (#3147) 2024-07-16 22:53:33 +09:00
context.test.ts feat(types): allow passing interfaces as Bindings / Variables (#3136) 2024-07-16 21:41:38 +09:00
context.ts feat(context): add Context-Type types to c.header (#3255) 2024-08-11 12:57:37 +09:00
hono-base.ts
hono.test.ts feat(types): allow passing interfaces as Bindings / Variables (#3136) 2024-07-16 21:41:38 +09:00
hono.ts
http-exception.test.ts
http-exception.ts
index.ts
request.test.ts
request.ts
router.ts
types.test.ts fix(types): broken test in future versions of typescript (#3310) 2024-08-25 15:55:37 +09:00
types.ts fix(types): param in ValidationTargets supports optional param (#3229) 2024-08-06 20:15:21 +09:00