Skip to content

Add http QUERY method warning message #885

Description

@bulebrainbrand

​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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions