From d1d512080aafbf9a271c13cd3eb04815baeebadc Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 16 Jul 2008 16:50:24 +0000 Subject: Adding basic cookies support. --- include/HttpServ.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/HttpServ.h b/include/HttpServ.h index bf0970e..3d4cc27 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.26 2008-01-28 17:30:46 pixel Exp $ */ +/* $Id: HttpServ.h,v 1.27 2008-07-16 16:50:24 pixel Exp $ */ #ifndef __HTTPSERV_H__ #define __HTTPSERV_H__ @@ -54,6 +54,8 @@ class HttpResponse : public Base { String domain; String server_name; String file_name; + std::vector > cookies; + String cookies_path; return_code_t return_code; time_t last_modified; Buffer contents; -- cgit v1.2.3