mirror of
https://github.com/honojs/hono.git
synced 2024-11-30 19:30:47 +01:00
c19fad7479
* fix(reg-exp-router): use `matchers[METHOD_NAME_ALL]` as fallback for unknown method` * refactor(reg-exp-router): build matchers for only registered methods It is no longer necessary to create a matcher for every method, since the matcher will fallback if it is not found. * chore: denoify * test: add test and use more describable test name * test: add expect |
||
---|---|---|
.. | ||
linear-router | ||
pattern-router | ||
reg-exp-router | ||
smart-router | ||
trie-router |