Skip to content

Instantly share code, notes, and snippets.

@cmaster11
Created July 6, 2021 06:22
Show Gist options
  • Save cmaster11/94b1ba0526e3b0e56c7a20968f9c2303 to your computer and use it in GitHub Desktop.
Save cmaster11/94b1ba0526e3b0e56c7a20968f9c2303 to your computer and use it in GitHub Desktop.
Markdium-Execute terminal commands with HTTP requests
curl http://localhost:7055/http/abc/def?query1=yay \
-d field1="Long body!" | jq -r .output
Params: abc, def
Query: yay
Body: Long body!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment