At present, hono does not support the QUERY method nativly. however https://hono.dev/docs/api/hono states
An instance of Hono has the following methods.
- app.HTTP_METHOD([path,]handler|middleware...)
so my proposal is to add a warning about QUERY method.
for example:
hono is not implements QUERY method. use app.on("QUERY",/* other args */) instead non-exists app.query
also this is a pullrequests of rejected QUERY method implements may that's of help improvement warn message
btw there are many non-closed PR and issue about QUERY method, if it will be approved, this issue should close.
At present, hono does not support the QUERY method nativly. however https://hono.dev/docs/api/hono states
so my proposal is to add a warning about QUERY method.
for example:
hono is not implements QUERY method. use app.on("QUERY",/* other args */) instead non-exists app.queryalso this is a pullrequests of rejected QUERY method implements may that's of help improvement warn message
and issue
btw there are many non-closed PR and issue about QUERY method, if it will be approved, this issue should close.