Fix Content Type of binary format
Signed-off-by: Julia Huang <julia@playground.global>
This commit is contained in:
parent
a770b19922
commit
1024a70d41
|
@ -4,7 +4,7 @@ function HTTPBinary(configuration){
|
||||||
this.config = configuration;
|
this.config = configuration;
|
||||||
|
|
||||||
this.config["headers"] = {
|
this.config["headers"] = {
|
||||||
"Content-Type":"application/cloudevents+json; charset=utf-8"
|
"Content-Type":"application/json; charset=utf-8"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ function HTTPBinary(configuration){
|
||||||
this.config = configuration;
|
this.config = configuration;
|
||||||
|
|
||||||
this.config["headers"] = {
|
this.config["headers"] = {
|
||||||
"Content-Type":"application/cloudevents+json; charset=utf-8"
|
"Content-Type":"application/json; charset=utf-8"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue