http-messages Flashcards
What is a client?
A piece of software that is asking a service from something (makes requests)
What is a server?
The provider of the services to clients; the software that answers the request
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 methods, request target, HTTP version
What three things are on the start-line of an HTTP response message?
Protocol version, status code, status text
What are HTTP headers?
A field of an HTTP request or response that passes additional context and metadata about the request or response
Where would you go if you wanted to learn more about a specific HTTP Header?
MDN
Is a body required for a valid HTTP request or response message?
No