http-messages Flashcards
What is a client?
The requester of information
What is a server?
The holder of information, the application that serves information to the client.
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 method, request target, HTTP version
What three things are on the start-line of an HTTP response message?
The start line of an HTTP response, called the status line, contains the following information: the protocol version, usually HTTP/1.1, a status code, indicating success or failure of the request. A status text, a brief, purely informational, textual description of the status code to help a human understand the HTTP message.
What are HTTP headers?
include answer
Where would you go if you wanted to learn more about a specific HTTP header?
Mdn, or rfc6648
Is a body required for a valid HTTP request or response message?
No