0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/deno_dist/utils
Yusuke Wada 5cbd89c3ae
fix(validator): cache arrayBuffer to use after validation (#1393)
* wip

* fix(validator): cache `arrayBuffer` to use after validation

* denoify

* refactor

* denoify

* make it `bufferToFormData()` in utils/buffer.ts
2023-09-03 14:43:01 +09:00
..
jwt feat(jwt): support for getting payload from c.get('jwtPayload') (#1025) 2023-03-31 18:39:26 +09:00
body.ts fix(validator): cache arrayBuffer to use after validation (#1393) 2023-09-03 14:43:01 +09:00
buffer.ts fix(validator): cache arrayBuffer to use after validation (#1393) 2023-09-03 14:43:01 +09:00
cookie.ts fix(middleware): signed cookie misinterpretation of cookie values with dot (#1342) 2023-08-18 18:56:10 +09:00
crypto.ts refactor: support new @cloudflare/worker-types (#673) 2022-11-23 07:27:42 +09:00
encode.ts fix: avoid range-error (#1168) 2023-06-07 21:54:49 +09:00
filepath.ts fix(utils/filepath): allow .. in filename (#1272) 2023-07-27 11:43:42 +09:00
html.ts docs: support change of escapeTextForBrowser path in react (#1336) 2023-08-16 07:39:35 +09:00
http-status.ts feat(utils): remove HTTP status messages from http-status.ts (#1037) 2023-04-28 12:10:20 +09:00
mime.ts Add missing wasm mime type (#1307) 2023-08-09 21:45:07 +09:00
types.ts feat: Allow context.jsonT to take interface as an argument (#1162) 2023-06-06 10:23:09 +09:00
url.ts Revert "refactor(utils/url): remove unnecessary code (#1315)" 2023-08-10 16:39:28 +09:00