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 1497934 commit c7341baCopy full SHA for c7341ba
examples/express-ex/README.md
@@ -10,13 +10,26 @@ npm start
10
11
__A Structured One__
12
13
+> Payload [example](../payload/v02/structured-event-0.json)
14
+
15
```bash
16
curl -X POST \
17
-d'@../payload/v02/structured-event-0.json' \
18
-H'Content-Type:application/cloudevents+json' \
19
http://localhost:3000/
20
```
21
22
+__A Structured One with Extension__
23
24
+> Payload [example](../payload/v02/structured-event-1.json)
25
26
+```bash
27
+curl -X POST \
28
+ -d'@../payload/v02/structured-event-1.json' \
29
+ -H'Content-Type:application/cloudevents+json' \
30
+ http://localhost:3000/
31
+```
32
33
__A Binary One__
34
35
0 commit comments