sdk-javascript/lib/bindings/http
Lance Ball ef7550d60d
fix: throw "no cloud event detected" if one can't be read (#139)
This commit changes the event mode detection in `HTTPReceiver` so that it will
throw a TypeError if the event mode can't be detected per the spec.

Signed-off-by: Lance Ball <lball@redhat.com>
2020-05-11 09:42:16 -04:00
..
commons.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
constants.js fix: protects the consts from being changed in other parts of the code. 2020-04-30 12:19:24 -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
http_receiver.js fix: throw "no cloud event detected" if one can't be read (#139) 2020-05-11 09:42:16 -04:00
receiver_binary.js fix: ensure binary events can handle no content-type header (#134) 2020-05-08 23:37:10 -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 fix: ensure binary events can handle no content-type header (#134) 2020-05-08 23:37:10 -04:00
receiver_structured.js feat: use CloudEvents not cloudevents everywhere (#101) 2020-04-30 16:14:13 -07: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 feat(unmarshaller)!: remove asynchronous 0.3 unmarshaller API (#126) 2020-05-06 20:05:10 -04:00
unmarshaller_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00