New server-framework, full featured server example:

A new server framework is introduced, allowing users to
quickly get off the ground. Example servers are refactored
to use the common framework.
This commit is contained in:
Vinnie Falco
2017-06-12 19:16:39 -07:00
parent e856c46864
commit fd9a13b11f
60 changed files with 3701 additions and 1376 deletions

View File

@@ -6,7 +6,7 @@
//
#include "example/doc/http_examples.hpp"
#include "example/http-server/file_body.hpp"
#include "example/server-framework/file_body.hpp"
#include <beast/core/read_size.hpp>
#include <beast/core/detail/clamp.hpp>