100 in the HTTP status code indicates that the server has received the request from the client and expects the client to continue to send the request.
Baidu encyclopedia explains that the client should continue to send requests. This temporary response is used to inform the client that some of its requests have been received by the server and have not yet been rejected. The client should continue to send the rest of the request or ignore the response if the request has been completed. The server must send a final response to the client after the request is completed.
I don"t quite understand what this specific application scenario is.