ofxHttpServer
ofxHttpServer copied to clipboard
change in getResponse
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