What is a client?
who initiates the request for some info
What is a server?
who provide the requested info
Which HTTP method does a browser issue to a web server when you visit a URL?
Get method
What three things are on the start-line of an HTTP request message?
Http method
Taget
Http version
What three things are on the start-line of an HTTP response message?
Http version
Status C\code
Status text
What are HTTP headers?
Additional info
Where would you go if you wanted to learn more about a specific HTTP Header?
Goo to MDN
Is a body required for a valid HTTP request or response message?
No