diff options
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 |