Added 'Connection' header extraction.

This commit is contained in:
Denis Chaplygin
2019-08-19 14:22:54 +03:00
parent 86aebc0812
commit 92c7b6fbd1
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ struct request
std::string uri;
std::string referrer;
std::string agent;
std::string connection;
boost::asio::ip::address endpoint;
};
}