Skip to content

Instantly share code, notes, and snippets.

@pierDipi
Last active October 3, 2023 14:12
Show Gist options
  • Save pierDipi/7aafa377ea105c6b90fb5fb8a5f89e6c to your computer and use it in GitHub Desktop.
Save pierDipi/7aafa377ea105c6b90fb5fb8a5f89e6c to your computer and use it in GitHub Desktop.
Send CloudEvents with curl
url=...
curl -X POST -v -H "content-type: application/json"  -H "ce-specversion: 1.0"  -H "ce-source: my/curl/command" -H "ce-type: my.demo.event" -H "ce-id: 0815"  -d '{"name":"Curl"}' "${url}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment