sdk-javascript/test/integration
Lance Ball a7c326b48c fix: do not require an HTTP body on incoming binary event messages
This commit modifies the HTTP receivers/parsers to allow for the incoming body
of an HTTP request to be empty if the event message is sent using the binary
mode. In structured mode, a `ValidationError` will still be thrown, since the
entire event must be encoded in the HTTP body.

Signed-off-by: Lance Ball <lball@redhat.com>
2020-07-23 14:22:14 -04:00
..
cloud_event_test.ts feat(src): add ext name validation (#246) 2020-07-15 09:53:52 -04:00
constants_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
http_binding_1.ts feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234) 2020-07-13 15:15:32 -04:00
http_binding_03.ts feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234) 2020-07-13 15:15:32 -04:00
http_emitter_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
http_receiver_test.ts fix: do not require an HTTP body on incoming binary event messages 2020-07-23 14:22:14 -04:00
parser_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
receiver_binary_1_tests.ts fix: do not require an HTTP body on incoming binary event messages 2020-07-23 14:22:14 -04:00
receiver_binary_03_tests.ts fix: do not require an HTTP body on incoming binary event messages 2020-07-23 14:22:14 -04:00
receiver_structured_0_3_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
receiver_structured_1_test.ts feat(src): add ext name validation (#246) 2020-07-15 09:53:52 -04:00
sdk_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
spec_1_tests.ts feat(src): add ext name validation (#246) 2020-07-15 09:53:52 -04:00
spec_03_tests.ts feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234) 2020-07-13 15:15:32 -04:00
utilities_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00