liberator
liberator copied to clipboard
Support new interceptor model that Ring now supports
Ring refactored the standard handlers to support the more complicated, but async-io friendly, interceptor model that separates request handling from response generation. Is liberator friendly to a similar refactoring? If so, is this something you are interested or I might take on in a few months when I need the interceptor model?
To be honest, I completely missed this in ring. I will catch up with current ring and check whether this is possible.
It's not a major feature, but something the ring team did to help out the Pedestal project: http://pedestal.io/documentation/service-interceptors/
I see, I just wanted to ask about where to find more information.
Is this done ? I would like to use liberator with pedestal services.
@murtaza52 as far as I understand, regular ring handlers like those liberator creates can be server from pedestal.
Is there an example of this as of today ? Some guidelines to get started integrating pedestal and liberator ?