Doc clarifications
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
fb58f9c210
commit
cc1af54a8a
|
@ -170,9 +170,12 @@ binding.emit(cloudevent)
|
||||||
```
|
```
|
||||||
#### Receiving Events
|
#### Receiving Events
|
||||||
|
|
||||||
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
|
||||||
to process the HTTP Payload and HTTP Headers, extracting the CloudEvents.
|
to process the HTTP Payload and HTTP Headers, extracting the CloudEvents.
|
||||||
|
|
||||||
|
The Unmarshaller will parse the HTTP Request and decides if it is a binary
|
||||||
|
or a structured version of transport binding.
|
||||||
|
|
||||||
__:smiley: Checkout the full working example: [here](./examples/express-ex).__
|
__:smiley: Checkout the full working example: [here](./examples/express-ex).__
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in New Issue