What is a client?
a service requester
What is a server?
computer program that provides functionality for clients
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?
an HTTP method - the request target and HTTP version
What three things are on the start-line of an HTTP response message?
the protocol version, a status code and a status text
What are HTTP headers?
let the client pass additional information with an http request or response- case insensitive message followed by a colon
Where would you go if you wanted to learn more about a specific HTTP Header?
MDN