1
0
Fork 0
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:
Grzegorz Baranski 2021-04-05 15:45:46 +02:00 committed by Starbeamrainbowlabs
parent ca04bb9921
commit 8918dd4d6d

View file

@ -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}}`