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 fb58f9c commit cc1af54Copy full SHA for cc1af54
README.md
@@ -170,9 +170,12 @@ binding.emit(cloudevent)
170
```
171
#### Receiving Events
172
173
-You can choose any http framework for port binding. But, use the Unmarshaller
+You can choose any framework for port binding. But, use the Unmarshaller
174
to process the HTTP Payload and HTTP Headers, extracting the CloudEvents.
175
176
+The Unmarshaller will parse the HTTP Request and decides if it is a binary
177
+or a structured version of transport binding.
178
+
179
__:smiley: Checkout the full working example: [here](./examples/express-ex).__
180
181
```js
0 commit comments