This commit is contained in:
Jakub Roztocil 2016-03-03 17:26:47 +08:00
parent f7d1b739e2
commit 6731cb881a

View File

@ -1248,7 +1248,7 @@ every invocation of HTTPie.
For instance, you can use this option to change the default style and output For instance, you can use this option to change the default style and output
options: ``"default_options": ["--style=fruity", "--body"]`` Another useful options: ``"default_options": ["--style=fruity", "--body"]`` Another useful
default option could be ``"--session=default"`` to make HTTPie always default option could be ``"--session=default"`` to make HTTPie always
use `sessions`_ (one name ``default`` will automatically be created/used). use `sessions`_ (one named ``default`` will automatically be used).
Or you could change the implicit request content type from JSON to form by Or you could change the implicit request content type from JSON to form by
adding ``--form`` to the list. adding ``--form`` to the list.