What is a client?
service requestors (ask for information)
What is a server?
providers of service or resource (responds to request)
Which HTTP method does a browser issue to a web server when you visit a URL?
HTTP request (GET)
What three things are on the start-line of an HTTP request message?
What are HTTP headers?
let the client and the server pass additional information with an HTTP 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 not required
What three things are on the start-line of an HTTP response message