We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a770b19 commit 1024a70Copy full SHA for 1024a70
lib/bindings/http/binary_0_1.js
@@ -4,7 +4,7 @@ function HTTPBinary(configuration){
4
this.config = configuration;
5
6
this.config["headers"] = {
7
- "Content-Type":"application/cloudevents+json; charset=utf-8"
+ "Content-Type":"application/json; charset=utf-8"
8
};
9
}
10
lib/bindings/http/binary_0_2.js
@@ -5,7 +5,7 @@ function HTTPBinary(configuration){
11
0 commit comments