Skip to content

Commit

Permalink
Switch the spec to require Binary HTTP mode, rather than Structured H…
Browse files Browse the repository at this point in the history
…TTP mode. (#2185)

Changing to structured HTTP mode was considered aspirational. It is clear that none of the implementations are doing so. Therefore, make the spec match the de facto standard.
  • Loading branch information
Harwayne authored and pull[bot] committed Jan 6, 2020
1 parent d25d6f4 commit 0b7f829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ CloudEvent, then it MUST respond with `400 Bad Request`.
Channels MUST output CloudEvents. The output MUST be via a binding specified in
the
[CloudEvents specification](https://github.com/cloudevents/spec/tree/v0.3#cloudevents-documents).
Every Channel MUST support sending events via Structured Content Mode HTTP
Every Channel MUST support sending events via Binary Content Mode HTTP
Transport Binding.

Channels MUST NOT alter an event that goes through them. All CloudEvent
Expand Down

0 comments on commit 0b7f829

Please sign in to comment.