Support RFC 10008: HTTP `QUERY`
@ricardoboss is already working on this.
Since Sep 2, 2026.
- Dominant language
- C#
- Stars
- 3.8k
- Forks
- 333
- Avg merge
- 16h 29m
- Merged PRs (30d)
- 116
Description
### Is your feature request related to a problem? Please describe the problem.
I'd like to use kiota to generate clients that can use the new HTTP verb `QUERY` (https://www.rfc-editor.org/info/rfc10008/).
It's currently not supported by the generator nor any client implementation.
### Client library/SDK language
None
### Describe the solution you'd like
I'd like kiota to consume an OpenAPI 3.2 spec with the fixed field `query` or an older spec version with `additionalOperations` to support custom verbs (see https://spec.openapis.org/oas/v3.2.0.html#fixed-fields-6), ideally both.
### Additional context
I already discussed this with @baywet and will work on an implementation for the generator side. Probably the Dart client libraries too.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.