From bc27bb1d16a6d865faf43025bece62554bdc30da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Tue, 6 Aug 2019 11:26:14 -0300 Subject: [PATCH] Update what we can do MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4e7a05d..88d116f 100644 --- a/README.md +++ b/README.md @@ -85,20 +85,20 @@ These are the supported specifications by this version. | **Specifications** | **v0.1** | **v0.2** | **v0.3** | |---------------------------------------|----------|----------|----------| | CloudEvents | yes | yes | yes | -| HTTP Transport Binding - Structured | yes | yes | ?? | -| HTTP Transport Binding - Binary | yes | yes | ? | -| JSON Event Format | yes | yes | ? | +| HTTP Transport Binding - Structured | yes | yes | yes | +| HTTP Transport Binding - Binary | yes | yes | yes | +| JSON Event Format | yes | yes | yes | ### What we can do | **What** | **v0.1** | **v0.2** | **v0.3** | |-------------------------------------|----------|----------|----------| | Create events | yes | yes | yes | -| Emit Structured events over HTTP | yes | yes | ? | -| Emit Binary events over HTTP | yes | yes | ? | -| JSON Event Format | yes | yes | ? | -| Receice Structured events over HTTP | no | yes | ? | -| Receice Binary events over HTTP | no | yes | ? | +| Emit Structured events over HTTP | yes | yes | yes | +| Emit Binary events over HTTP | yes | yes | yes | +| JSON Event Format | yes | yes | yes | +| Receice Structured events over HTTP | no | yes | yes | +| Receice Binary events over HTTP | no | yes | yes | ## How to use