user agent

This commit is contained in:
Benjamin Sergeant
2019-08-30 12:48:18 -07:00
parent 7a73ec7c06
commit a95fcbbdbf
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
<< " "