sdk-javascript/lib
Lance Ball d9e9ae6bdc
fix: make application/json the default content type in binary mode (#118)
The Knative Kafka event source does not include a `Content-Type` header when
sending binary events. The CE HTTP binding specification doesn't address how
a receiver should handle this situation.

This commit makes `application/json` the default.

Fixes: https://github.com/cloudevents/sdk-javascript/issues/117
Ref: https://github.com/cloudevents/spec/issues/614

Signed-off-by: Lance Ball <lball@redhat.com>
2020-05-05 18:02:39 -04:00
..
bindings/http fix: make application/json the default content type in binary mode (#118) 2020-05-05 18:02:39 -04:00
formats fix: misspelled word (#113) 2020-05-02 08:31:07 -07:00
specs lib: use specversion from schema (#116) 2020-05-04 17:44:16 -07:00
utils src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
cloudevent.js chore: use es6 for cloudevents.js (#73) 2020-04-29 13:17:51 -07:00