added: WINIX_RAW_POST_STRING plugin message

this is the raw string sent in POST method (in p1 pointer there is a pointer to std::string object)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@875 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-08-19 14:24:24 +00:00
parent 90261b2005
commit 54480da405
2 changed files with 21 additions and 3 deletions

View File

@@ -242,9 +242,15 @@
// 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)
// this message is sent for each name value pairs
//
#define WINIX_POST_PARAMS 31040
// this is the raw string sent in POST method
// in p1 there is a pointer to std::string object
#define WINIX_RAW_POST_STRING 31040
/*
messages sent from other threads