What is a client?
Program or Device that Requests a Service
What is a server?
A provider
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?
HTTP method, Request Target, HTTP version
What three things are on the start-line of an HTTP response message?
Protocol version, Status code, Status text (Human readable version of status code)
What are HTTP headers?
Similar in function to HTML head element. Holds metadata.
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