ofxHttpServer icon indicating copy to clipboard operation
ofxHttpServer copied to clipboard

change in getResponse

Open Cdriko opened this issue 13 years ago • 0 comments

I see that you change in your last commit https://github.com/arturoc/ofxHttpServer/commit/5560dd5413cc543113da0dba4a9f9b1af04ff834 the way of registering events handler. but in the example, the syntax is still using ofAddListener(server->getEvent,this,&testApp::getRequest); I tryied to use a kind of
server->setListener(getRequest(response)); but it's wrong. what is the exact syntax ? thanks

Cdriko avatar Nov 24 '12 16:11 Cdriko