Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-06-25 11:23:01 -03:00
parent 038c786e6c
commit c0cd46de09
1 changed files with 4 additions and 4 deletions

View File

@ -170,13 +170,13 @@ binding.emit(cloudevent)
```
#### Receiving Events
You can choose any http framework for port binding, but use the Unmarshaller
to process the HTTP Payload and HTTP Headers to extract the CloudEvents.
You can choose any http framework for port binding. But, use the Unmarshaller
to process the HTTP Payload and HTTP Headers, extracting the CloudEvents.
__Checkout the full working example [here](./examples/express-ex)__
__:smiley: Checkout the full working example [here](./examples/express-ex)__
```js
// some parts weres removed //
// some parts were removed //
var Unmarshaller02 = require("cloudevents-sdk/http/unmarshaller/v02");