added: a new plugin message: WINIX_POST_PARAMS
raw POST parameters in p1 there is a pointer to std::string meaning a parameter's name in p2 there is a pointer to std::string value this is sent only from PostParser PostMultiParser (multipart/form-data html forms) doesn't send this messsage there is no a session set (session pointer is null) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@874 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -236,6 +236,13 @@
|
||||
// the session pointer in info is null
|
||||
#define WINIX_BASE_URL_REDIRECT 31030
|
||||
|
||||
// raw POST parameters
|
||||
// in p1 there is a pointer to std::string meaning a parameter's name
|
||||
// in p2 there is a pointer to std::string value
|
||||
// this is sent only from PostParser
|
||||
// PostMultiParser (multipart/form-data html forms) doesn't send this messsage
|
||||
// there is no a session set (session pointer is null)
|
||||
#define WINIX_POST_PARAMS 31040
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user