diff options
Diffstat (limited to 'response.h')
-rw-r--r-- | response.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ namespace response { response_type generate_response(request_type& req, Server& server); -// Get host:port e.g. reichwein.it:6543 +// Get host:port/path e.g. reichwein.it:6543/path1 std::string get_websocket_address(request_type& req, Server& server); } // namespace |