Hi, RFC 10008 (https://www.rfc-editor.org/info/rfc10008/) defines the new HTTP method QUERY. This is useful when ordinary GETs request parameters exceed the 8k limit (imposed by most proxies). Is there already work for this planned for:
1) HttpClient (from an API perspective this mostly is about extending HttpRequest.Builder. Implementation wise it is important to adjust redirect handling) and 2) HttpServer? Support for this HTTP method was already added (or is soon to be added) to the following products: - Apache Tomcat (https://github.com/apache/tomcat/commit/5e01091299e41bc79509b1c8d17486f85df1d872) - Eclipse Jetty (https://github.com/jetty/jetty.project/pull/15316) - Java EE Servlet (https://github.com/jakartaee/servlet/issues/1068) - Apache HTTP Components (https://github.com/apache/httpcomponents-client/pull/840) Thanks in advance for some comments, Konrad
