Hypertext Transfer Protocol

HTTP is a protocol for transfering webpages over the internet, mainly for HTML files - the ‘language’ used to layout websites.

HTTP works on a client-server model, where the client (usually a web browser) sends a request to the server (where the website is hosted), and the server responds with the page they requested.