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:
2012-08-19 13:50:58 +00:00
parent cc71c225a3
commit 90261b2005
4 changed files with 22 additions and 5 deletions

View File

@@ -52,6 +52,7 @@ main.o: ../templates/templates.h ../templates/patterncacher.h
main.o: ../templates/indexpatterns.h ../templates/patterns.h
main.o: ../templates/changepatterns.h ../templates/htmltextstream.h
main.o: ../core/sessionmanager.h ../core/compress.h ../core/postparser.h
main.o: ../core/httpsimpleparser.h ../core/cookieparser.h
main.o: ../core/postmultiparser.h ../core/acceptencodingparser.h
main.o: ../core/acceptbaseparser.h ../core/plugin.h ../core/pluginmsg.h
main.o: ../core/httpsimpleparser.h ../core/plugin.h ../core/pluginmsg.h
main.o: ../core/cookieparser.h ../core/postmultiparser.h
main.o: ../core/acceptencodingparser.h ../core/acceptbaseparser.h
main.o: ../core/plugin.h