0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 17:46:30 +01:00
hono/deno_dist/middleware
Yusuke Wada aee2093a39
feat(req): deprecate c.req.headers (not c.req.header) and others (#1410)
* feat(req): deprecate `c.req.headers` (not `c.req.header`) and others

* denoify
2023-09-05 22:08:43 +09:00
..
basic-auth fix(basic-auth): handle passing invalid value to atob() (#1122) 2023-05-21 20:48:35 +09:00
bearer-auth feat(req): deprecate c.req.headers (not c.req.header) and others (#1410) 2023-09-05 22:08:43 +09:00
cache fix(cache): clone the response (#1232) 2023-07-15 09:36:03 +09:00
compress fix(compress): delete content-length header (#1366) 2023-08-23 09:11:37 +09:00
cors feat(req): deprecate c.req.headers (not c.req.header) and others (#1410) 2023-09-05 22:08:43 +09:00
etag feat(req): deprecate c.req.headers (not c.req.header) and others (#1410) 2023-09-05 22:08:43 +09:00
jwt feat(jwt): support for getting payload from c.get('jwtPayload') (#1025) 2023-03-31 18:39:26 +09:00
logger feat: Allow getPath to be replaced. (#1064) 2023-05-03 22:13:23 +09:00
powered-by fix(middleware): don't use headers.append(), use headers.set() (#1129) 2023-05-24 18:01:19 +09:00
pretty-json refactor(json-pretty): don't use c.pretty() (#1288) 2023-08-05 18:14:57 +09:00
secure-headers feat: improvements to secure headers middleware (#1395) 2023-09-03 07:51:36 +09:00
timing feat: Add Server-Timing API as middleware (#1215) 2023-07-03 11:19:49 +09:00