-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
good first issueGood for newcomersGood for newcomerstype/bugSomething isn't workingSomething isn't working

Description
The HTTP binding for binary formatted data currently does not follow the cloudevents/spec:
- The event type, time, and schema url should not be required
- the content-type should be json, but not cloudevents-json
Additionally, the config object should be copied because creating multiple bindings with the same config will override the content-type.
Fixed in issue #14.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype/bugSomething isn't workingSomething isn't working