Skip to content

Commit

Permalink
xh: fix sending GET Request example
Browse files Browse the repository at this point in the history
Co-authored-by: bl-ue <[email protected]>
  • Loading branch information
2 people authored and sbrl committed Apr 19, 2021
1 parent ca04bb9 commit 8918dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/common/xh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

Expand Down

0 comments on commit 8918dd4

Please sign in to comment.