0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/deno_dist/router
Taku Amano 01b9fd4537
feat(reg-exp-router): Lookup static path by using Object (#845)
* feat(reg-exp-router): Search by key of Object if `path` has no variables.

* feat(reg-exp-router): Returns an empty RegExp if node is not added.

* feat(reg-exp-router): Check ambiguous path for static.

* chore: fix typo in test case

* chore: denoify
2023-01-29 13:55:27 +09:00
..
reg-exp-router feat(reg-exp-router): Lookup static path by using Object (#845) 2023-01-29 13:55:27 +09:00
smart-router Introduce StaticRouter and SmartRouter (#501) 2022-09-12 20:49:18 +09:00
static-router feat(app): introduce app.on(method, path, handler) (#653) 2022-11-08 03:17:34 +09:00
trie-router fix: fixed bugs handling TypeResponse (#791) 2023-01-19 22:45:25 +09:00