What is a client?
Client is the initiator for communication to the server. They request for service
What is a server?
Server provides the service that has been requested by the client
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 request message?
start-line: the http method, url/target, and the version of HTTP
What is on the first line of an HTTP response message?
start-line: version of the http, status code and its message
What are HTTP headers?
gives more information about the response or requests
Is a body required for a valid HTTP message?
no