Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ $ cat session.json
```

```bash
# Re-use the existing session — the API-Token header will be set:
# Reuse the existing session — the API-Token header will be set:
$ http --session=./session.json pie.dev/headers
```

Expand Down Expand Up @@ -2143,7 +2143,7 @@ $ ls -l ~/.config/httpie/sessions/pie.dev
### Anonymous sessions

Instead of giving it a name, you can also directly specify a path to a session file.
This allows for sessions to be re-used across multiple hosts:
This allows for sessions to be reused across multiple hosts:

```bash
# Create a session:
Expand Down Expand Up @@ -2598,4 +2598,3 @@ BSD-3-Clause: [LICENSE](https://github.com/httpie/cli/blob/master/LICENSE).
### Authors

[Jakub Roztocil](https://roztocil.co) ([@jakubroztocil](https://twitter.com/jakubroztocil)) created HTTPie and [these fine people](https://github.com/httpie/cli/blob/master/AUTHORS.md) have contributed.

Loading