specification
specification copied to clipboard
Relations can be represented in Link header
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.