Update what we can do

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-08-06 11:26:14 -03:00
parent 762f77ce0b
commit bc27bb1d16
1 changed files with 8 additions and 8 deletions

View File

@ -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