A Rest api continues to run if it loses connection to the client

Asked

Viewed 36 times

0

I am creating an api in Rest that when a user uses the api this changes some values within a json file several times however I do not know if how much a client loses the connection with the api this stops immediately or if it only checks that it lost the connection when it sends an answer

1 answer

-1

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

  • I realize that if the server is not working this sends a Connection Failure when trying to connect my doubt is more if the client sends a request to the api is during the request the client loses the connection to the server, for network failure for example.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.