1
0
mirror of https://github.com/httpie/cli.git synced 2025-05-15 22:16:50 +02:00

Use parentheses in describing sessions (#664)

It's a little more readable than using em dashes.
This commit is contained in:
Theodore Dubois 2018-04-11 18:04:02 -07:00 committed by Jakub Roztočil
parent 0f4dce98c7
commit 8ca333dda0

View File

@ -1346,7 +1346,7 @@ previous ones to the same host.
However, HTTPie also supports persistent However, HTTPie also supports persistent
sessions via the ``--session=SESSION_NAME_OR_PATH`` option. In a session, sessions via the ``--session=SESSION_NAME_OR_PATH`` option. In a session,
custom headersexcept for the ones starting with ``Content-`` or ``If-``, custom headers (except for the ones starting with ``Content-`` or ``If-``),
authorization, and cookies authorization, and cookies
(manually specified or sent by the server) persist between requests (manually specified or sent by the server) persist between requests
to the same host. to the same host.