What is a client?
a piece of hardware or software that is requesting data from a server
What is a server?
the program that provides data
Which HTTP method does a browser issue to a web server when you visit a URL?
GET request
What three things are on the start-line of an HTTP request message?
method, request target and version
What three things are on the start-line of an HTTP response message?
protocol version, status code, status message
What are HTTP headers?
http equivalent of HTML head. it’s meta data organized into key: value pairs
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?
nope