Hi All, I am newbie to mongoose. I am trying to have an embedded mongoose server in my c++ application.
My use case is to have http server , which will look at the request and using object of a class from my application(say 'myclass') figures out whether the request is valid and figures out what file to send back to the client. I am following example at : https://github.com/cesanta/mongoose/blob/master/examples/send_file/send_file.c I want to be able to access an object of 'myclass' inside ev_handler function, so that i can call methods on this object of 'myclass' My doubt is how to setup things such that object of 'myclass' is accessible inside ev_handler function. Please help. Thanks, Giridhar. -- You received this message because you are subscribed to the Google Groups "mongoose-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mongoose-users. For more options, visit https://groups.google.com/d/optout.
