sdk-javascript/lib/bindings/http
Lance Ball 5110ad4c67 src,fix: drop support for v0.2 and clean up contenttype
This commit removes support for the v0.2 specification. It also removes the
`contenttype` attribute from the `CloudEvent` object. While the HTTP protocol
binding specifies that in binary mode, the `datacontenttype` attribute should
map to the HTTP Content-Type header, that doesn't mean that the `CloudEvent`
object should have a `contenttype` property.

Fixes: https://github.com/cloudevents/sdk-javascript/issues/61
Fixes: https://github.com/cloudevents/sdk-javascript/issues/66

Signed-off-by: Lance Ball <lball@redhat.com>
2020-04-28 17:37:49 -03:00
..
commons.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
constants.js src,fix: drop support for v0.2 and clean up contenttype 2020-04-28 17:37:49 -03:00
emitter_binary.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
emitter_binary_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
emitter_binary_1.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
emitter_structured.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
receiver_binary.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
receiver_binary_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
receiver_binary_1.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
receiver_structured.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
receiver_structured_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
receiver_structured_1.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
unmarshaller.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
unmarshaller_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00