1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

xh: rename query parameter vars

This commit is contained in:
Grzegorz Baranski 2021-04-11 16:43:44 +02:00 committed by Starbeamrainbowlabs
parent 0579078491
commit d95f3adf9f

View file

@ -11,9 +11,9 @@
`xh post {{httpbin.org/post}} {{name=john}} {{age:=25}}`
- Send a GET request with query parameters (e.g. `id=5&sort=true`):
- Send a GET request with query parameters (e.g. `first_param=5&second_param=true`):
`xh get {{httpbin.org/get}} {{id==5}} {{sort==true}}`
`xh get {{httpbin.org/get}} {{first_param==5}} {{second_param==true}}`
- Send a GET request with a custom header: