0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/deno_dist/middleware
Yusuke Wada a2cc1a01c2
feat: another idea of Validator Middleware (#535)
* feat: Another idea of validator middleware

* denoify

* set property value in constructor

* rename `option` to `options`

* add test for handling type error

* use `test` instead of `match`
2022-09-20 10:11:34 +09:00
..
basic-auth fix(types): add types to middleware correctly (#521) 2022-09-14 08:17:20 +09:00
bearer-auth fix(types): add types to middleware correctly (#521) 2022-09-14 08:17:20 +09:00
cache fix(types): add types to middleware correctly (#521) 2022-09-14 08:17:20 +09:00
compress fix(types): add types to middleware correctly (#521) 2022-09-14 08:17:20 +09:00
cors feat(cors): Enable to check origin header by a function. (#533) 2022-09-16 20:59:27 +09:00
etag fix(types): add types to middleware correctly (#521) 2022-09-14 08:17:20 +09:00
html refactor(utils/html): rename Buffer to StringBuffer (#449) 2022-08-03 11:24:51 +09:00
jsx refactor(utils/html): rename Buffer to StringBuffer (#449) 2022-08-03 11:24:51 +09:00
jwt fix(types): add types to middleware correctly (#521) 2022-09-14 08:17:20 +09:00
logger fix(types): add types to middleware correctly (#521) 2022-09-14 08:17:20 +09:00
powered-by fix(types): add types to middleware correctly (#521) 2022-09-14 08:17:20 +09:00
pretty-json fix(types): add types to middleware correctly (#521) 2022-09-14 08:17:20 +09:00
serve-static fix(types): add types to middleware correctly (#521) 2022-09-14 08:17:20 +09:00
validator feat: another idea of Validator Middleware (#535) 2022-09-20 10:11:34 +09:00