0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 17:46:30 +01:00
hono/deno_dist/middleware
2022-09-16 20:59:27 +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(validator): add isBoolean and isNumber (#530) 2022-09-16 00:10:37 +09:00