Header lines add exact name and value pairs after the request line.
Headers are name and value lines
After the request line, each header line has a name, a colon, and a value.
name: value
One header is Host
The Host header value is net.example.
Host=net.example
Another header is Accept
The Accept header value is text/html. It asks for a response type, not a virtual host.
Accept=text/html
Summary
Headers add named details after the request line. The Host header is the one used for this routing choice.
Host drives this table