mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
xh: fix sending GET Request example
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
parent
ca04bb9921
commit
8918dd4d6d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
`xh post {{httpbin.org/post}} {{name=john}} {{age:=25}}`
|
||||
|
||||
- Send a GET request with querystring id=5&sort=true:
|
||||
- Send a GET request with query parameters (e.g. `id=5&sort=true`):
|
||||
|
||||
`xh get {{httpbin.org/get}} {{id==5}} {{sort==true}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue