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:
parent
0579078491
commit
d95f3adf9f
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue