Created
July 6, 2021 06:22
-
-
Save cmaster11/89f6db3aea57aa500d3bcf21a41cce1d to your computer and use it in GitHub Desktop.
Markdium-Execute terminal commands with HTTP requests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://localhost:7055/http/abc/def?query1=yay \ | |
-d '{"field1":"Long body, but JSON!"}' \ | |
-H 'Content-Type: application/json' | jq -r .output | |
Params: abc, def | |
Query: yay | |
Body: Long body, but JSON! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment