specification icon indicating copy to clipboard operation
specification copied to clipboard

Relations can be represented in Link header

Open sandervd opened this issue 3 years ago • 0 comments

When a tree:Node is retrieved over the web, it might be useful to include the relations defined in it as a Link header. This would allow traversing relations without fetching the contents (HEAD requests), as well as speed up traversal, as document relations can be followed/prefetched before the actual contents is parsed.

This would benefit from the implementation of #64.

sandervd avatar Apr 14 '23 15:04 sandervd