Skip to content

Commit

Permalink
Merge pull request #1338 from eclipse-thingweb/danielpeintner-patch-4
Browse files Browse the repository at this point in the history
Update SSE details
  • Loading branch information
relu91 authored Dec 5, 2024
2 parents f7a7610 + bf1982a commit 07f764c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/binding-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,11 @@ servient.start().then(async (WoT) => {
| subscribeevent | Y | Y |
| unsubscribeevent | ? | ? |

| SubProtocols | HTTP Producer | HTTP Consumer |
| :----------- | :-----------: | :-----------: |
| longpoll | Y | Y |
| sse | Y | Y |
| websub | N | N |
| SubProtocols | HTTP Producer | HTTP Consumer |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------: | :-----------: |
| longpoll | Y | Y |
| 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 |
| websub | N | N |

| Sec. Schemes | HTTP Producer | HTTP Consumer |
| :----------- | :-----------: | :-----------: |
Expand Down

0 comments on commit 07f764c

Please sign in to comment.