From cc1af54a8a8d579b0e4daf66fbad9dc53ac19768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Tue, 25 Jun 2019 12:34:37 -0300 Subject: [PATCH] Doc clarifications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1958142..69e5169 100644 --- a/README.md +++ b/README.md @@ -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