HTTP Flashcards
What is a client?
software or hardware sending requests to server
What is a server?
the one providing the information
Which HTTP method does a browser issue to a web server when you visit a URL?
get method
What three things are on the start-line of an HTTP request message?
http method, request target, and then http version (usually http 1.1)
What three things are on the start-line of an HTTP response message?
version of communication usually http 1.1 and status code and status text
What are HTTP headers?
additional information about the 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