The toy request asks for a cached image resource.
The request asks for a resource
The request line gives the method, path, and version. The path is /logo.png.
path=/logo.png
The method is GET
The method asks the server to return the resource if the cached copy is stale.
method=GET
The Host header names static.example
The Host header is still present, so the request names the site and the path separately.
Host=static.example
Summary
The request line and Host header identify the cached resource being checked.
request parsed