Skip to content

Commit 8dae385

Browse files
committed
Document http binary
Signed-off-by: Fabio José <[email protected]>
1 parent c8ccd85 commit 8dae385

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ var config = {
120120
url : "https://myserver.com"
121121
};
122122

123+
/*
124+
* To use HTTP Binary:
125+
* Cloudevent.bindings["http-binary0.2"](config);
126+
*/
127+
123128
// The binding instance
124129
var binding = Cloudevent.bindings["http-structured0.1"](config);
125130

0 commit comments

Comments
 (0)