Table of Contents

HTTP - Fetch (Request/Response) - Transfer

About

HTTP got it in its name HyperText transfer protocol is a transfer protocol also known as fetch.

This article explains how a transfer of a resource happens via HTTP.

See also Browser - Fetching Resources (Request/Response)

Steps

By entering an URL in your browser, you are doing a get request and most of the time, the resource returned is an HTML page but you can get all type of resource (image, pdf, …)