1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00
This commit is contained in:
Jakub Roztocil 2020-12-21 11:51:19 +01:00
parent 02971b938d
commit 2409077a6d

View File

@ -485,7 +485,7 @@ their type is distinguished only by the separator used:
+------------------------------+---------------------------------------------------+
| Fields upload fields | Only available with ``--form, -f`` and |
| ``field@/dir/file`` | ``--multipart``. |
| ``field@file;type=filetype`` | For example ``screenshot@~/Pictures/img.png``, or |
| ``field@file;type=mime`` | For example ``screenshot@~/Pictures/img.png``, or |
| | ``'cv@cv.txt;type=text/markdown'``. |
| | With ``--form``, the presence of a file field |
| | results in a ``--multipart`` request. |