Hi ML, is there anybody that use http-core as base for a http server? I think the design of this libraries is very good, and create yet another http server could be good idea for two reason: 1) http-core is small, and a http server for embedded devices could take this advantage in size and performance. Android use http-core but doesn't have a usefull small web server. 2) the good device of http-core could influence also the design of this small server.
With http-server i means a Servlet implementation Andrea Selva
