What is a client?
Requester of service
What is a server?
Server provides something
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?
Additional data describing the request or response
Is a body required for a valid HTTP request or response message?
No