You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-21
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The CloudEvents SDK for JavaScript.
14
14
- Serialize and deserialize CloudEvents in different [event formats](https://github.com/cloudevents/spec/blob/v1.0/spec.md#event-format).
15
15
- Send and recieve CloudEvents with via different [protocol bindings](https://github.com/cloudevents/spec/blob/v1.0/spec.md#protocol-binding).
16
16
17
-
_Note:_ Supports CloudEvent versions 0.3, 1.0
17
+
_Note:_ Supports CloudEvent version 1.0
18
18
19
19
## Installation
20
20
@@ -46,9 +46,26 @@ app.post("/", (req, res) => {
46
46
47
47
#### Emitting Events
48
48
49
-
You can send events over HTTP in either binary or structured format
50
-
using the `HTTP` binding to create a `Message` which has properties
51
-
for `headers` and `body`.
49
+
The easiest way to send events is to use the built-in HTTP emitter.
0 commit comments