We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5baa52d commit 99310d1Copy full SHA for 99310d1
examples/express-ex/README.md
@@ -23,11 +23,11 @@ __A Binary One__
23
curl -X POST \
24
-d'@../payload/data-0.json' \
25
-H'Content-Type:application/json' \
26
- -H'ce_specversion:0.2' \
27
- -H'ce_type:com.github.pull.create' \
28
- -H'ce_source:https://github.com/cloudevents/spec/pull/123' \
29
- -H'ce_id:45c83279-c8a1-4db6-a703-b3768db93887' \
30
- -H'ce_time:2019-06-21T17:31:00Z' \
+ -H'ce-specversion:0.2' \
+ -H'ce-type:com.github.pull.create' \
+ -H'ce-source:https://github.com/cloudevents/spec/pull/123' \
+ -H'ce-id:45c83279-c8a1-4db6-a703-b3768db93887' \
+ -H'ce-time:2019-06-21T17:31:00Z' \
31
http://localhost:3000/
32
```
33
__A Batch One__
0 commit comments