http-messages-recap Flashcards
What is a client?
Service requester who receives data from servers
What is a server?
a server runs one or more server programs which share their resources with clients
Which HTTP method does a browser issue to a web server when you visit a URL?
get request
What is on the first line of an HTTP request message?
an HTTP method that describes the action to be performer, the request target, the http version which defines the structure of the remaining message
What is on the first line of an HTTP response message?
The protocol version usually HTTP 1.1 , a status code indicating success or failure, a status text
What are HTTP headers?
HTTP headers are case insensitive strings followed by a colon and value who’s structure depends on the type of header