Skip to content

Add explicit Router convenience method for HTTP QUERY #1128

Description

@rashmi-tondare

Following the standardization of the HTTP QUERY method in this accepted RFC and the Go standard library (golang/go#80058 and PR #80134), I believe it would be good to add a native routing convenience wrapper for it in chi.

Currently, chi features top-level wrappers for standard HTTP verbs (Get, Post, Put, Patch, etc.). Adding a direct Query wrapper would continue to keep it syntactically aligned.

I would be happy to raise a PR to implement this feature if the maintainers are aligned as well.

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