Http-messages-Q&A Flashcards
What is a client?
Makes requests
What is a server?
Handles requests from the client
Which HTTP method does a browser issue to a web server when you visit a URL?
HTTP request GET
What three things are on the start-line of an HTTP request message?
HTTP requests are messages sent by the client to initiate an action on the server. Their start-line contain three elements: An HTTP method, a verb (like GET , PUT or POST ) or a noun (like HEAD or OPTIONS ), that describes the action to be performed.
What three things are on the start-line of an HTTP response message?
Protocol, status code, and
What are HTTP headers?
A way the html can send information to the server
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?
It is not required