ProxymanApp / ProxymanApp/Proxyman

Add support to the new QUERY (RFC 10008) method

Open
#2,708 2 comments 0 reactions 1 assignee View on GitHub

@NghiaTranUIT is already working on this.

Since Jul 10, 2026.

✅ Done enhancement
Dominant language
No language data
Stars
7k
Forks
237
PR merge metrics
No merged PRs in 30d

Description

Description

The QUERY HTTP method is finally standardized by the IETF as RFC 10008.

A QUERY request is very similar to POST, but it is safe and idempotent, so it can be safely repeated and restarted without concern for partial state changes.

Why this feature/change is important?

Using POST request for reading data only was always a hack to support large and/or complex inputs for GET requests. QUERY was created to fix this gap, creating a new method that is idempotent and cacheable.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.