Document http binary
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
c8ccd85bc8
commit
8dae385eaa
|
|
@ -120,6 +120,11 @@ var config = {
|
||||||
url : "https://myserver.com"
|
url : "https://myserver.com"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* To use HTTP Binary:
|
||||||
|
* Cloudevent.bindings["http-binary0.2"](config);
|
||||||
|
*/
|
||||||
|
|
||||||
// The binding instance
|
// The binding instance
|
||||||
var binding = Cloudevent.bindings["http-structured0.1"](config);
|
var binding = Cloudevent.bindings["http-structured0.1"](config);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue