user agent

This commit is contained in:
Benjamin Sergeant
2019-08-30 12:48:18 -07:00
parent 06bc795133
commit 6b2cdb6b54
7 changed files with 123 additions and 2 deletions

View File

@@ -132,6 +132,8 @@ namespace ix
// Log request
std::stringstream ss;
ss << request->method
<< " "
<< request->headers["User-Agent"]
<< " "
<< request->uri
<< " "