beast_tpc_server

An example HTTP server written with Beast as part of my Boost review of the library. Uses the thread-per-connection model and is based on this Beast example.

This is a simplified port of an existing ad-hoc embedded HTTP server, in which the function http_get_image is application-provided.