Re: Exchanging Links with LINK and UNLINK

2013-12-12 Thread John Walker
Hi Leigh, Supporting use of Link anchor attribute to change the context IRI might be a useful addition. Thus allowing links to be established using third-party resources in subject position of the triple. So LINK /my-endpoint HTTP/1.1 Host: acme.com Link: http://example.com/resource/1;

Exchanging Links with LINK and UNLINK

2013-12-11 Thread Leigh Dodds
Hi, The HTTP Link and Unlink Methods RFC [1] specifies how to use the LINK/UNLINK HTTP methods to support exchanging links between resources on the web. To explore these ideas I've created a Ruby implementation based on Rack middleware. This means that it can be easily integrated into any ruby

Re: Exchanging Links with LINK and UNLINK

2013-12-11 Thread Mark Baker
Link exchange over HTTP, awesome. I hope you support the 402 status code ;)