| CgiEnvironment.h | | CgiEnvironment.h | |
| /* -*-mode:c++; c-file-style: "gnu";-*- */ | | /* -*-mode:c++; c-file-style: "gnu";-*- */ | |
| /* | | /* | |
|
| * $Id: CgiEnvironment.h,v 1.19 2007/07/02 18:48:17 sebdiaz Exp $ | | * $Id: CgiEnvironment.h,v 1.20 2013/01/12 19:57:04 sebdiaz Exp $ | |
| * | | * | |
| * Copyright (C) 1996 - 2004 Stephen F. Booth <sbooth@gnu.org> | | * Copyright (C) 1996 - 2004 Stephen F. Booth <sbooth@gnu.org> | |
| * 2007 Sebastien DIAZ <sebastien.diaz@gmail.com> | | * 2007 Sebastien DIAZ <sebastien.diaz@gmail.com> | |
| * Part of the GNU cgicc library, http://www.gnu.org/software/cgicc | | * Part of the GNU cgicc library, http://www.gnu.org/software/cgicc | |
| * | | * | |
| * This library is free software; you can redistribute it and/or | | * This library is free software; you can redistribute it and/or | |
| * modify it under the terms of the GNU Lesser General Public | | * modify it under the terms of the GNU Lesser General Public | |
| * License as published by the Free Software Foundation; either | | * License as published by the Free Software Foundation; either | |
| * version 3 of the License, or (at your option) any later version. | | * version 3 of the License, or (at your option) any later version. | |
| * | | * | |
| | | | |
| skipping to change at line 575 | | skipping to change at line 575 | |
| std::string fContentType; | | std::string fContentType; | |
| std::string fAccept; | | std::string fAccept; | |
| std::string fUserAgent; | | std::string fUserAgent; | |
| std::string fPostData; | | std::string fPostData; | |
| std::string fRedirectRequest; | | std::string fRedirectRequest; | |
| std::string fRedirectURL; | | std::string fRedirectURL; | |
| std::string fRedirectStatus; | | std::string fRedirectStatus; | |
| std::string fReferrer; | | std::string fReferrer; | |
| std::string fCookie; | | std::string fCookie; | |
| std::vector<HTTPCookie> fCookies; | | std::vector<HTTPCookie> fCookies; | |
|
| | | std::string fAcceptLanguageString; | |
| }; | | }; | |
| | | | |
| } // namespace cgicc | | } // namespace cgicc | |
| | | | |
| #endif /* ! _CGIENVIRONMENT_H_ */ | | #endif /* ! _CGIENVIRONMENT_H_ */ | |
| | | | |
End of changes. 2 change blocks. |
| 1 lines changed or deleted | | 2 lines changed or added | |
|