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 ;)