An api in rest continues to run if you lose connection to the client

0

I am creating an api in rest that when a user uses the api this changes some values inside a json file several times however I do not know if how much a client loses the connection with the api this for immediately or if only verifies that This lost the connection when it sends a response.

    
asked by anonymous 20.06.2017 / 11:30

1 answer

-1

The request receives a "Connection Failure" as a response when trying to connect to the server when it is not working, so it will not complete the task

    
20.06.2017 / 11:42