c++ - How to access get variable in POCO -


i have created 1 sample http server using poco c++ libarary

http://xjia.heroku.com/2011/09/11/learning-poco-a-simple-http-server/

but not able understand how read , post variables.

does 1 have examples related library

both httprequest , httpresponse derive httpmessage, has methods get, has , hastoken.

also, see comment naab and/or try constructing htmlform request stream:

htmlform(     const httprequest & request,     std::istream & requestbody ); 

Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -