Answers for "status line in http"

1

http response

resource HTTP response method is made up of three
components:
Response Status Code ==> 200, 301, 404, 500
(these are the most common ones)
Response Header Fields ==> Date, Server, LastModified, Content-Type
Response Body ==> This is the data that comes
back to the client from the server.
Posted by: Guest on December-06-2020
0

HTTP request lines

GET /test.html HTTP/1.1
HEAD /query.html HTTP/1.0
POST /index.html HTTP/1.1
Posted by: Guest on May-12-2021

Browse Popular Code Answers by Language