1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
This commit is contained in:
Jakub Roztocil
2021-02-23 12:22:35 +01:00
committed by GitHub
parent 070ba9fa5a
commit c53fbe5ae3
+1 -1
View File
@@ -2045,7 +2045,7 @@ Meta
Interface design
----------------
The syntax of the command arguments closely corresponds to the actual HTTP
The syntax of the command arguments closely correspond to the actual HTTP
requests sent over the wire. It has the advantage that it’s easy to remember
and read. It is often possible to translate an HTTP request to an HTTPie
argument list just by inlining the request elements. For example, compare this