Hacker News new | ask | show | jobs
by otabdeveloper4 1623 days ago
HTTP is not just for the web. In fact, the vast majority of HTTP trafic doesn't involve the browser at all.

The examples are realistic and useful. E.g., Clickhouse uses POST methods for queries, and a ridiculous `&readonly=2` parameter to differentiate modifying queries from readonly SELECT queries.