0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/runtime_tests/lagon
Yusuke Wada 0e1755c9e4
feat: handle HEAD method (#1142)
* feat: handle HEAD method

* remove `head` from `METHOS`

* fixed the lagon test

* show `depracated` message (will be removed next minor? version)

* denoify

* use `request.url`

* denoify

* Invoke dispatch() without changing request.method for HEAD method. (#1152)

* Invoke `dispatch()` without changing request.method for HEAD method.

* chore: denoify

* refactored

* denoify

* refactor: dispatch() arguments can no longer be omitted (#1156)

* Revert "refactored"

This reverts commit 2f8dacc42d.

* refactor: `dispatch()` arguments can no longer be omitted

* denoifiy

---------

Co-authored-by: Taku Amano <taku@taaas.jp>
2023-06-03 09:07:33 +09:00
..
.env.lagon chore: move runtime tests into runtime_tests (#1062) 2023-05-02 21:16:17 +09:00
index.test.ts chore: move runtime tests into runtime_tests (#1062) 2023-05-02 21:16:17 +09:00
index.ts feat: handle HEAD method (#1142) 2023-06-03 09:07:33 +09:00