Cancelling an HTTP request has been a daunting task all this while. But not anymore, the new AbortController API in Node.Js v15.0+ helps us deal with this problem.
When a browser sends a request to a server, the server responds with an HTTP status code. This article will walk you through some of the most common errors and HTTP status codes.