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
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.
– evilmegamen