10 Guides

http

Everything you need to know about Node.js fetch API

In this guide, we'll look at the basics, usage, and features of Node.js fetch API, a powerful tool for fetching resources from a server or endpoint.

How to use node-fetch in TypeScript?

node-fetch is commonly used in server-side JavaScript applications for making HTTP requests and handling responses with ease and simplicity.

What Are HTTP Interceptors and How To Set Them Using Axios?

HTTP Interceptors allow us to check or modify all the incoming or outgoing HTTP requests in our application. We can use them if we want to apply something like an authorization header to all the requests. Let's see how to set HTTP interceptors for API requests using Axios.

How to use HTTP Compression to make your website faster?

Removing all the unwanted redundancy from a file to get a smaller file than the original is called compression. Let's take a look at it and how you can use it.

Most common HTTP status codes

HTTP status codes help the client understand whether the request was successful or not. Let's look at some of the most common HTTP status codes in this piece.

Introduction to HTTP headers

HTTP headers are used to pass information the client/server has requested. In this piece, let’s take a look at HTTP headers and some of its types.

Introduction to HTTP cookies

The HTTP cookies are used by the websites to store different information inside your browser. In this piece, let's look at HTTP cookies and where it is used.

HTTP Status Codes

HTTP status codes are divided into five categories. Informational, successful, redirects, client errors, and server errors.

What is HTTP and how do HTTP-based systems work?

HTTP is a protocol that web apps use to fetch data from the internet. Let's look at how HTTP-based systems work and some of the most common HTTP status codes.

Top Five HTTP headers you might not know about

HTTP headers allow clients and servers to talk to each other and pass extra bits of information or instructions.