aboutsummaryrefslogtreecommitdiffstats
path: root/amalgamate/crow_all.h
diff options
context:
space:
mode:
Diffstat (limited to 'amalgamate/crow_all.h')
-rw-r--r--amalgamate/crow_all.h52
1 files changed, 51 insertions, 1 deletions
diff --git a/amalgamate/crow_all.h b/amalgamate/crow_all.h
index 27c15f2..41b06ff 100644
--- a/amalgamate/crow_all.h
+++ b/amalgamate/crow_all.h
@@ -6324,13 +6324,14 @@ constexpr crow::HTTPMethod operator "" _method(const char* str, size_t /*len*/)
#pragma once
+#include <boost/asio.hpp>
+
-#include <boost/asio.hpp>
namespace crow
{
@@ -7074,6 +7075,7 @@ namespace crow
+
namespace crow
{
template <typename Adaptor, typename Handler, typename ... Middlewares>
@@ -9601,3 +9603,51 @@ namespace crow
}
+
+#pragma once
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+