What is a client?
The thing responsible for requesting data
What is a server?
The thing responsible for providing the resources
Which HTTP method does a browser issue to a web server when you visit a URL?
GET
What three things are on the start-line of an HTTP request message?
request-target http version
What three things are on the start-line of an HTTP response message?
version, status code, description of the status code
What are HTTP headers?
Describe the request or response
Where would you go if you wanted to learn more about a specific HTTP Header?
MDN
Is a body required for a valid HTTP request or response message?
No