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 8627010094
refactor(types): refactor and add tests for checking Types (#615)
* refactor(types): refactor and add tests for checking Types

* remove unused

* uncomment

* use `Handler` in validator middleware

* remove unused

* create `src/validator` dir and move some files into it

* add the case that the context is in `validator`

* rename `D` to `S`
2022-10-23 08:10:00 +09:00
..
jwt chore: fix typo in error class name (#393) 2022-07-17 08:54:43 +09:00
body.ts feat: c.req.body and c.req.json accept generics (#529) 2022-09-20 22:01:03 +09:00
buffer.ts feat: support Deno! (#336) 2022-07-02 15:09:45 +09:00
cloudflare.ts chore: update deno_dist files 2022-07-02 23:22:51 +09:00
cookie.ts chore: denoify 2022-07-15 08:40:15 +09:00
crypto.ts fix(ETag): fixed an error when the file size is too large. (#461) 2022-08-09 10:35:30 +09:00
encode.ts chore: denoify 2022-10-19 20:01:43 +09:00
filepath.ts feat: add serve-static middlware for deno (#339) 2022-07-02 23:20:09 +09:00
html.ts refactor(utils/html): remove escape function (#450) 2022-08-03 11:39:36 +09:00
http-status.ts feat: support Deno! (#336) 2022-07-02 15:09:45 +09:00
json.ts feat(validator): has the error message per rule (#603) 2022-10-19 19:17:04 +09:00
mime.ts refactor(mime): made .ico file's extension to image/x-icon (#462) 2022-08-09 10:51:08 +09:00
object.ts feat(validator): has the error message per rule (#603) 2022-10-19 19:17:04 +09:00
types.ts refactor(types): refactor and add tests for checking Types (#615) 2022-10-23 08:10:00 +09:00
url.ts feat(trie-router): support optional parameter (#540) 2022-09-20 21:26:27 +09:00