summaryrefslogtreecommitdiffhomepage
path: root/response.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-12 15:30:07 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-12 15:30:07 +0100
commit00ed7df1a09cad8862f2c586347f4f55c99681e5 (patch)
treee24ef2699affc7630ea42e728e62df7c6686f714 /response.h
parent3cb78411178f8458f889975799060e0bb866d2cf (diff)
Consolidate HTTP+HTTPS via CRTP
Diffstat (limited to 'response.h')
-rw-r--r--response.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/response.h b/response.h
index 46de9d9..089c619 100644
--- a/response.h
+++ b/response.h
@@ -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