From 8dae385eaa759141f320941897e026f536b0b6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Mon, 21 Jan 2019 08:39:04 -0200 Subject: [PATCH] Document http binary 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, 5 insertions(+) diff --git a/README.md b/README.md index 63dbb72..afc99c3 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,11 @@ var config = { url : "https://myserver.com" }; +/* + * To use HTTP Binary: + * Cloudevent.bindings["http-binary0.2"](config); + */ + // The binding instance var binding = Cloudevent.bindings["http-structured0.1"](config);