What is a client?
A service requester
What is a server?
Provider of a service or resource
Which HTTP method does a browser issue to a web server when you visit a URL?
GET
What is on the first line of an HTTP response message?
Protocol version, status code, and status text
What are HTTP headers?
Lets client and server pass additional information with a request or response
What are HTTP headers?
Key value pairs. Lets client and server pass additional information with a request or response