What is a client?
the requestor of a resource/service
What is a server?
the provider of a resource/service
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?
What three things are on the start-line of an HTTP response message?
What are HTTP headers?
they let the client and the server pass additional information with an HTTP request or response.
Where would you go if you wanted to learn more about a specific HTTP Header?
IANA registry
Is a body required for a valid HTTP request or response message?
No
What is a client?
requester of a resource or service
What is a server?
provider of a resource or service
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?
What is on the first line of an HTTP response message?
What are HTTP headers?
they let the client and the server pass additional information with an HTTP request or response.
Is a body required for a valid HTTP message?
No