Skip to content

Commit

Permalink
xh: rename query parameter vars
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaranski authored and sbrl committed Apr 19, 2021
1 parent 0579078 commit d95f3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/common/xh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d95f3ad

Please sign in to comment.