HTTP Flashcards
What is a client?
piece of computer hardware or software that accesses a service made available by a server
What is a server?
piece of computer hardware or software that provides functionality for other programs or devices, called “clients”
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?
one of the three methods (get, put, and post) then the place you are sending it to and the http version you are using
What three things are on the start-line of an HTTP response message?
the version, a status code, and then a status text
What are HTTP headers?
a single line describing the message you are sending
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