0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 01:32:12 +01:00
hono/deno_dist/utils
Yusuke Wada af8d16b6db
fix(context): c.json() allows object and returns JSONParsed<T> (#1806)
* fix(context): `c.json()` allows object and returns JSONParsed<T>

* denoify
2023-12-13 09:01:34 +09:00
..
jwt fix(jwt): incorrect error message (#1487) 2023-09-21 06:14:48 +09:00
body.ts feat: parseBody() for multi values' field (#1528) 2023-10-05 16:33:56 +09:00
buffer.ts fix(utils/buffer): fix bufferToFormData() (#1500) 2023-09-23 23:46:09 +09:00
cookie.ts feat: Add CHIP support - supersedes #1198 (#1456) 2023-09-17 00:57:26 +09:00
crypto.ts
encode.ts
filepath.ts fix(utils/filepath): filepath supports Windows (#1642) 2023-11-04 06:56:14 +09:00
html.ts feat(jsx): Introduce ErrorBoundary component (#1714) 2023-11-21 18:05:05 +09:00
http-status.ts
mime.ts
stream.ts fix(context): fix c.stream() and c.streamText() matters (#1482) 2023-09-20 22:53:30 +09:00
types.ts fix(context): c.json() allows object and returns JSONParsed<T> (#1806) 2023-12-13 09:01:34 +09:00
url.ts