Skip to content

Commit

Permalink
format: run format
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Dec 5, 2024
1 parent 38e6abb commit bf1982a
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 <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 |
| 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 bf1982a

Please sign in to comment.