14 Jul
2017
14 Jul
'17
11:05 a.m.
On Fri, Jul 14, 2017 at 2:19 AM, Thorsten Ottosen via Boost
It is certainly unusual to make so much work during a review! :-)
This is just the normal pace of Beast development.
We now use POCO's http server. The amount of code I had to write was very low. Basically I only had to implement a request handler: ... Now I don't like the OO'pattern that fores me to new handlers, but otherwise the shortness of it is pretty sweet. Perhaps beast could consider to have such high-level functionality.
That's definitely a future plan although it might appear in a different library rather than Beast.