Doc clarifications

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-06-25 12:34:37 -03:00
parent fb58f9c210
commit cc1af54a8a
1 changed files with 4 additions and 1 deletions

View File

@ -170,9 +170,12 @@ binding.emit(cloudevent)
```
#### 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.
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).__
```js