HTTP call checklist: -Can this run in parallel with other requests
HTTP call checklist:
-Can this run in parallel with other requests?
-When should the request time out?
-How are server errors handled?
-What if the user submits multiple times?
-What if a newer record exists on the server?
-Can the response be cached?
-Can it be cancelled?