What is a client?
program or device that requests data or service
What is a server?
program or device that receives requests and provides of data or service
Which HTTP method does a browser issue to a web server when you visit a URL?
HTTP GET request
What are the formats of HTTP Requests and Responses?
What is on the first line of an HTTP request message?
A single start-line describing the requests to be implemented.
What is on the first line of an HTTP response message?
Its status of whether successful or a failure. This start-line is always a single line.
What are HTTP headers?
They specify the request, or describe the body included in the message.
- Metadata about requests and responses
Is a body required for a valid HTTP message?
Optional