I am using embedded web server mongoose.My embedded device runs the web server mongoose and is the server.
I am trying to achieve the following
Questions:
------------
1. Can response to an client HTTP POST request be sent at later part of the executions?
example
-------
Client(requests )------>Server------->Does some processing ------->Server sends multiple responses at different point of execution.
2. Can the Server send responses for the request asynchronously at different point.
How I achieve this ?
I am trying to achieve the following
Questions:
------------
1. Can response to an client HTTP POST request be sent at later part of the executions?
example
-------
Client(requests )------>Server------->Does some processing ------->Server sends multiple responses at different point of execution.
2. Can the Server send responses for the request asynchronously at different point.
How I achieve this ?
Comment