Refactor extras:

A new directory extras/ is added, and code not part of the official
public Beast interface is moved there.
This commit is contained in:
Vinnie Falco
2016-05-06 19:14:17 -04:00
parent 1b44c9a3df
commit 6512b8894a
48 changed files with 136 additions and 280 deletions

View File

@@ -10,12 +10,12 @@
#include <beast/http/headers.hpp>
#include <beast/http/string_body.hpp>
#include <beast/detail/unit_test/suite.hpp>
#include <beast/unit_test/suite.hpp>
namespace beast {
namespace http {
class parser_v1_test : public beast::detail::unit_test::suite
class parser_v1_test : public beast::unit_test::suite
{
public:
void run() override