1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Update README.rst

This commit is contained in:
Jakub Roztocil
2021-02-23 12:51:06 +01:00
committed by GitHub
parent c53fbe5ae3
commit a32ad344dd
+1 -1
View File
@@ -2045,7 +2045,7 @@ Meta
Interface design
----------------
The syntax of the command arguments closely correspond to the actual HTTP
The syntax of the command arguments closely corresponds 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