From 0f55f61ee745f38c312a53009b883feb5aa86b49 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 10 Apr 2020 16:58:49 +0200 Subject: Simplify http and https units --- response.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'response.h') diff --git a/response.h b/response.h index c47a980..ad3d2fc 100644 --- a/response.h +++ b/response.h @@ -13,5 +13,4 @@ namespace http = beast::http; // from typedef http::request request_type; typedef http::response response_type; -std::string extend_index_html(std::string path); -std::string generate_response(request_type& req, response_type& res, Server& server); +response_type generate_response(request_type& req, Server& server); -- cgit v1.2.3