The server-http program shows that the framework can
also serve plain HTTP. A vws_svr
with a process_http handler answers ordinary HTTP requests —
those that are not WebSocket upgrades. This one replies with a fixed body and a
Content-Length derived from that body, so the header can never
disagree with the bytes actually sent.