0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 17:46:30 +01:00
hono/deno_dist/middleware
Sor4chi 49ce537684
refactor(compress-middleware): resolve type assertion using const assertion (#1343)
* refactor: resolve type assertion using const assertion

* denoify
2023-08-18 16:14:58 +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: move http-exception out of utils (#883) 2023-02-11 18:05:50 +09:00
cache fix(cache): clone the response (#1232) 2023-07-15 09:36:03 +09:00
compress refactor(compress-middleware): resolve type assertion using const assertion (#1343) 2023-08-18 16:14:58 +09:00
cookie fix(cookie): misspell (#1321) 2023-08-14 16:11:14 +09:00
cors fix(middleware): don't use headers.append(), use headers.set() (#1129) 2023-05-24 18:01:19 +09:00
etag refactor: denoify (#1344) 2023-08-18 16:13:04 +09:00
html feat(handler): "schema" allow normal types (#700) 2022-12-10 16:37:14 +09:00
jsx feat(jsx): React-like style conversion (#1159) 2023-06-07 21:56:04 +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
timing feat: Add Server-Timing API as middleware (#1215) 2023-07-03 11:19:49 +09:00