What is a client?
service requestor
What is a server?
provider of service to the client (program etc.)
Which HTTP method does a browser issue to a web server when you visit a URL?
the GET method
What three things are on the start-line of an HTTP request message?
method (like GET, PUT, OR POST)
, target, version
What three things are on the start-line of an HTTP response message?
protocal version, status code, status text
What are HTTP headers?
a way to send info between a request and a 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