Comment utiliser la nouvelle méthode (ou verbe) HTTP : `QUERY` avec curl.

En gros il s'agit d'un GET avec body, donc ça ne change rien côté serveur mais ça permet d'envoyer un contenu un peu plus élaboré que des *query params* dans l'URL.

🔗 https://daniel.haxx.se/blog/2026/06/21/query-with-curl/

#HTTP #specification #nouveauté

QUERY with curl

RFC 10008 is brand new a specification detailing the new HTTP method called QUERY: This specification defines the QUERY method for HTTP. A QUERY requests that the request target process the enclosed content in a safe and idempotent manner and then respond with the result of that processing. This is similar to POST requests but … Continue reading QUERY with curl →

daniel.haxx.se
@kalvn arf ! On dirait une spec taillée sur mesure pour Elasticsearch... 😆
@chipotte Ça va prendre un peu de temps à ce qu'elle se fasse connaître mais oui, y a des fortes chances qu'ils l'adoptent à un moment donné, ça ouvre pas mal de possibilités !