What is a client?
Something that is requesting or using a functionality from a service
What is a server?
The thing that provides service
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
What are HTTP headers?
way to give additional data about the message currently sending
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