mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Add HTTP streaming notification option to docs
This commit is contained in:
parent
2f10d22c18
commit
556899dbdb
@ -22,12 +22,14 @@ Determines how notifications should be sent out from the server when resources c
|
||||
|
||||
* *all*: Supports all available notification types of the Solid Notifications protocol
|
||||
[specification](https://solidproject.org/TR/notifications-protocol).
|
||||
Currently, this includes WebhookChannel2023 and WebSocketChannel2023.
|
||||
Currently, this includes WebhookChannel2023, WebSocketChannel2023 and StreamingHTTPChannel2023.
|
||||
* *disabled*: No notifications are sent out.
|
||||
* *legacy-websocket*: Follows the legacy Solid WebSocket
|
||||
[specification](https://github.com/solid/solid-spec/blob/master/api-websockets.md).
|
||||
Will be removed in future versions.
|
||||
* *new-old-websockets.json*: Support for both the legacy Solid Websockets and the new WebSocketChannel2023.
|
||||
* *streaming-http*: Follows the StreamingHTTPChannel2023
|
||||
[specification](https://solid.github.io/notifications/streaming-http-channel-2023) draft.
|
||||
* *webhooks*: Follows the WebhookChannel2023
|
||||
[specification](https://solid.github.io/notifications/webhook-channel-2023) draft.
|
||||
* *websockets*: Follows the WebSocketChannel2023
|
||||
|
Loading…
x
Reference in New Issue
Block a user