mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
Update http-prompt.md
This commit is contained in:
parent
44bb2433c8
commit
d35bc0d9e0
1 changed files with 5 additions and 5 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
> An interactive command-line HTTP client featuring autocomplete and syntax highlighting.
|
||||
|
||||
- Start with the last session or http://localhost:8000:
|
||||
- Launch a session targeting the default url of http://localhost:8000 or the previous session:
|
||||
|
||||
`http-prompt`
|
||||
|
||||
- Start with the given URL:
|
||||
- Launch a session with a given url:
|
||||
|
||||
`http-prompt {{http://httpbin.org}}`
|
||||
`http-prompt {{http://example.org}}`
|
||||
|
||||
- Start with some initial options:
|
||||
- Launch a session with some initial options:
|
||||
|
||||
`http-prompt {{localhost:8000/api}} --auth user:pass username={{somebody}}`
|
||||
`http-prompt {{localhost:8000/api}} --auth user:pass username={{user}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue