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
Post a Comment