Fix Content Type of binary format

Signed-off-by: Julia Huang <julia@playground.global>
This commit is contained in:
Julia Huang 2019-06-11 14:37:03 -07:00
parent a770b19922
commit 1024a70d41
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ function HTTPBinary(configuration){
this.config = configuration;
this.config["headers"] = {
"Content-Type":"application/cloudevents+json; charset=utf-8"
"Content-Type":"application/json; charset=utf-8"
};
}

View File

@ -5,7 +5,7 @@ function HTTPBinary(configuration){
this.config = configuration;
this.config["headers"] = {
"Content-Type":"application/cloudevents+json; charset=utf-8"
"Content-Type":"application/json; charset=utf-8"
};
}