http-messages Flashcards
What is a client?
Piece of software asking for a service.
What is a server?
Provider of the 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?
Method, request Target, verion of the protocol (HTTP 1.1)
What three things are on the start-line of an HTTP response message?
Protcol version, status code, and status text
What are HTTP headers?
Providing more information about what we are doing. What content type, length of the content.
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?
They are not required