Skip to content

Commit 07f764c

Browse files
authored
Merge pull request #1338 from eclipse-thingweb/danielpeintner-patch-4
Update SSE details
2 parents f7a7610 + bf1982a commit 07f764c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/binding-http/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,11 @@ servient.start().then(async (WoT) => {
356356
| subscribeevent | Y | Y |
357357
| unsubscribeevent | ? | ? |
358358

359-
| SubProtocols | HTTP Producer | HTTP Consumer |
360-
| :----------- | :-----------: | :-----------: |
361-
| longpoll | Y | Y |
362-
| sse | Y | Y |
363-
| websub | N | N |
359+
| SubProtocols | HTTP Producer | HTTP Consumer |
360+
| :----------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------: | :-----------: |
361+
| longpoll | Y | Y |
362+
| sse <details><summary>Details</summary>Note: `contentType` should target payload in the data field (e.g., `application/json` if sending JSON etc.)</details> | N | Y |
363+
| websub | N | N |
364364

365365
| Sec. Schemes | HTTP Producer | HTTP Consumer |
366366
| :----------- | :-----------: | :-----------: |

0 commit comments

Comments
 (0)