summaryrefslogtreecommitdiffhomepage
path: root/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'response.h')
-rw-r--r--response.h3
1 files changed, 1 insertions, 2 deletions
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 <boost/beast/http.hpp>
typedef http::request<http::string_body> request_type;
typedef http::response<http::string_body> 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);