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