Http Messages Flashcards
What is a client?
the receiver and requester of services
What is a server?
A provider of services and functionality
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?
an HTTP method,
the request target,
and the HTTP version
What three things are on the start-line of an HTTP response message?
the Protocol version(http/1.1),
a Status code (EX: 404),
and a status text (EX: Not found)
What are HTTP headers?
they let the client and server pass information with a 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