Hi,
Thanks for your reply. I have a question on how we do the asynchronous operation (when I am running the michrohttpd as a part of my thread and in the same event loop) ?
For example, my application received a http message and as a part of handling the message it has to send out another request (for example, I trigger a message over diameter interface) and will send out the http response only after receiving the response from my created procedures (for example in this case the http response would be sent once the reply over diameter interface is received.
Can the application send and receive the data through the callback ?
Could you please let me know how this can be achieved ?
Thanks, Santos