http-messages Flashcards
What is a client?
service/resource requesters
what is a server?
service/resource providers
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, request target (usually URL), HTTP version
What three things are on the start-line of an HTTP response message?
the protocol version, status code, status text
What are HTTP headers?
HTTP headers let the client and the server pass additional information with an HTTP request or response. An HTTP header consists of its case-insensitive name followed by a colon (:), then by its value.
It contains the meta data
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 it is not