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.

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 →