vdaburon opened a new issue, #6743:
URL: https://github.com/apache/jmeter/issues/6743

   ### Use case
   
   HTTP QUERY method, formalized as RFC 10008 in June 2026.
   HTTP QUERY addresses a longstanding limitation in HTTP by combining the 
body-carrying capability of POST with the safety and idempotency guarantees of 
GET. It is designed for complex, structured read operations where query string 
length limits make GET impractical and POST’s non-idempotent semantics are 
semantically incorrect.
   
   ### Possible solution
   
   Add new method QUERY in these files :
   
src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java
   
src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
   
   
   ### Possible workarounds
   
   _No response_
   
   ### JMeter Version
   
   5.6.3
   
   ### Java Version
   
   java 17
   
   ### OS Version
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to