ProxymanApp / ProxymanApp/Proxyman
Add support to the new QUERY (RFC 10008) method
Open
@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
- 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.