diff options
Diffstat (limited to 'response.h')
-rw-r--r-- | response.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |