Request Headers
Host - what host the request is addressed to. Used by
reverse proxies like nginx to determine which Virtual Host
to forward the request to.Response Headers
Connectionclose indicates that the http connection is closed
after the response. Applications that don't support persistent
connections MUST include this header option in every message.200 - OK304 - Not modified, client should retrieve the page
from its cache.