Http headers

From wikinotes

HTTP Headers are a set of key/values defined following a request.
Headers are case-insensitive, keys are always followed by a :.

Documentation

MDN: HTTP Headers https://developer.mozilla.org/en-US/docs/Glossary/HTTP_header

Example

GET / HTTP/1.1     # request
Host: foo.com      # header
Connection: close  # also a header