added: std::wstring Request::subdomain
support for subdomains git-svn-id: svn://ttmath.org/publicrep/winix/trunk@828 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -133,6 +133,10 @@ struct Request
|
||||
time_t start_time;
|
||||
tm start_tm;
|
||||
|
||||
// a subdomain
|
||||
// subdomain = HTTP_HOST environment variable - config->base_url
|
||||
std::wstring subdomain;
|
||||
|
||||
|
||||
|
||||
Request();
|
||||
|
Reference in New Issue
Block a user