From 00ed7df1a09cad8862f2c586347f4f55c99681e5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 12 Jan 2023 15:30:07 +0100 Subject: Consolidate HTTP+HTTPS via CRTP --- http.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'http.h') diff --git a/http.h b/http.h index 7c3bb9a..7da60b2 100644 --- a/http.h +++ b/http.h @@ -6,14 +6,3 @@ #include "config.h" #include "server.h" -namespace HTTP { - -class Server: public ::Server -{ -public: - Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins, Statistics& statistics); - virtual ~Server(); - int start() override; -}; - -} // namespace HTTP -- cgit v1.2.3