HTTP Request Contains How Many Parts

Asked By 0 points N/A Posted on -
qa-featured

For some days, I am very much confused about the HTTP request and there is hardly any informative articles in google I found till now. So please help me. Which are the HTTP request contains how many parts?

SHARE
Answered By 0 points N/A #297788

HTTP Request Contains How Many Parts

qa-featured

Here is the discussion about the HTTP request. HTTP request contains how many parts:
Request-URI: The well-known Request-URI is a Uniform Resource Designation and identifies the useful resource on which to apply the request.

The request method always indicates the method to be performed. It is case-sensitive and should always be stated in uppercase.

S.N. Method and Description

GET (The GET method is utilized to retrieve information from the given server by using a given URI. All the requests using GET method should only retrieve data itself and should have zero effect on the data of it.)

HEAD (Same as previous one, but it exchanges the status line and the header section only.)

POST (POST request is utilized to send data to the server, example, customer info, file upload, and so forth by the use of HTML varieties.)

PUT (Replaces all the present representations of the target resource itself with the uploaded content.)

DELETE (Erases all the current forms of the prospective reference given by URI basically.)

Related Questions