home blog portfolio Ian Fisher

HTTP

The network protocol used on the Web to transfer HTML documents, images, JavaScript files, etc.

Cheatsheet

Status codes

Request syntax

GET /example.txt HTTP/1.1
Host: example.com

Response syntax

HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: XXX

Hello, world!