sdk-javascript/test
Lance Ball 9a46e335f5
feat: add batch mode (#448)
Adds a batched content mode for incoming events.

```js
// It's possible for this to return 1:N events
const ceArray = HTTP.toEvent(req.headers, req.body);
```

Signed-off-by: Lance Ball <lball@redhat.com>
2021-12-07 15:36:10 -05:00
..
conformance chore: add copyrights header and lint rules (#418) 2021-05-14 09:28:49 -04:00
integration feat: add batch mode (#448) 2021-12-07 15:36:10 -05:00