summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2008-01-28 17:30:46 +0000
committerpixel <pixel>2008-01-28 17:30:46 +0000
commitce156c2cda847468bc0bc032013c3e2e772a49ad (patch)
treeb15528285a352c937c1684523a8e67addfadedca /include
parentd20d4e4a03b3bcc3649efcc55f2563fe4e878112 (diff)
Adding a shortcut for domains to directly specify a filename to copy.
Diffstat (limited to 'include')
-rw-r--r--include/HttpServ.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/HttpServ.h b/include/HttpServ.h
index 8861d04..bf0970e 100644
--- a/include/HttpServ.h
+++ b/include/HttpServ.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: HttpServ.h,v 1.25 2007-07-23 14:05:42 pixel Exp $ */
+/* $Id: HttpServ.h,v 1.26 2008-01-28 17:30:46 pixel Exp $ */
#ifndef __HTTPSERV_H__
#define __HTTPSERV_H__
@@ -53,6 +53,7 @@ class HttpResponse : public Base {
String location;
String domain;
String server_name;
+ String file_name;
return_code_t return_code;
time_t last_modified;
Buffer contents;