← the terminal · man pages

MAN PAGES // WEEK 05

HTTP, URLS, QUERY PARAMETERS · Ch 2 Sec 5-6 · six terms · write your own usage line under each
$ man HTTP
the protocol browsers and servers speak

$ man REQUEST
the client's message asking for a resource

$ man RESPONSE
the server's answer, with a status code

$ man STATUS_CODE
the three-digit result: 200 OK, 404 not found, 500 error

$ man URL
the full address of a resource on the web

$ man QUERY_PARAMETER
extra data in a URL after the ?, as name=value pairs