New HTTP QUERY method introduced to replace POST for complex searches

The HTTP protocol is adding a new QUERY method. It is designed to handle complex search requests. The

The HTTP protocol is adding a new QUERY method. It is designed to handle complex search requests. The method lets clients use GET-like semantics. It avoids overloading POST for search operations. The Register reports the protocol change. Developers are encouraged to adopt the new method. It aims to improve API design for search. The addition could streamline client‑server interactions.