added: we can use different redirect codes now
(int Request::redirect_type variable)
we can set following integer values:
300 - Multiple Choices
301 - Moved Permanently
302 - Found
307 - Temporary Redirect
303 - See Other
default is 303 for all redirects
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@749 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef headerfileconfparser
|
||||
#define headerfileconfparser
|
||||
#ifndef headerfile_winix_core_confparser
|
||||
#define headerfile_winix_core_confparser
|
||||
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user