sdk-javascript/test
Lance Ball ed9ea956d7
fix: ensure that data encoded as base64 is parsed as an object (#285)
The 0.3 specification states that `datacontentencoding` may be set to base64.
If an incoming event arrives over HTTP with this value set, and the content type
is either application/json or application/cloudevents+json, then ensure that
the data is decoded and parsed.

Fixes: https://github.com/cloudevents/sdk-javascript/issues/284
See: https://github.com/cloudevents/sdk-javascript/pull/282


Signed-off-by: Lance Ball <lball@redhat.com>
2020-07-30 08:39:47 -04:00
..
conformance lib: change Receiver#accept() to be static Receiver.accept (#271) 2020-07-24 15:07:46 -04:00
integration fix: ensure that data encoded as base64 is parsed as an object (#285) 2020-07-30 08:39:47 -04:00