Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit e753a63

Browse files
Merge pull request #181 from solid/mention-relative-urls
Mention relative URLs
2 parents f0cd5e8 + 9fad16a commit e753a63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api-websockets.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ space and the URI of the resource that has changed:
4949
pub https://example.org/data/test
5050
```
5151

52+
Some implementations also support using IRIs that are relative to the host,
53+
e.g. `/data/test` instead of `https://example.org/data/test`.
54+
5255
Subscribing to a container can also be really useful, since all CRUD operations
5356
(POST, PUT, PATCH, DELETE) performed on resources of that container will trigger
5457
a notification for the container URI. This makes synchronization between

0 commit comments

Comments
 (0)