Hi, Besides being an incubation mentor for Beam (which is not relevant to this message) I'm a long-time Apache Sling committer and PMC member - Sling is a web applications framework [1] where an important task is generating web pages dynamically, by assembling and transforming atoms of content. Sling is very modular and "malleable", uses OSGi services to implement this.
In this context, I'm interested in experimenting with Beam to implement an HTTP request -> response pipeline (unless people think this is crazy ;-) I see how that would work for the HTTP key-value pairs: request method, path, parameters, headers as input and HTTP status and headers as output, shouldn't be a problem. What I don't see is how to handle the binary request/response streams - are there any Beam examples which would put me on the right track for accepting a binary stream and returning another one to my HTTP clients? -Bertrand [1] http://sling.apache.org/
