Rest.js 0.9 Released
Dear Spring Community, Today were excited to announce that rest.js is now part of Cujo.js and that rest.js 0.9 has been released. https://github.com/cujojs/rest rest.js is a RESTful HTTP client. It goes far beyond the typical XMLHttpRequest abstraction developers are accustomed to in other frameworks. rest.js is built upon composable interceptors that incrementally add new functionality to a client. Configured clients are tamper proof and can be safely shared within an application. If a portion of the application needs specific behavior, it can chain further interceptors on the common…