What is a client?
Requests for service/stuff
What is a server?
Servers the client, gives a response
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 the HTTP response message?
protocol version, status code, status text
What are HTTP headers?
case-insensitive string followed by a colon and a value whose structure depends upon the header, similar to HTML’s head element
Is a body required for a valid HTTP request or response message?
Nopeeee