21.9k views
2 votes
Briefly tell me what a PUT request does

User Snegirekk
by
5.2k points

1 Answer

3 votes

Answer:

The PUT request is the method by which it basically stored the entity that is provided the URI request to the server. The PUT request method basically demands that the encased substance be put away under the provided Request-URI.

As a rule the HTTP PUT strategy replaces the asset at the present URL with the asset contained inside the solicitation. PUT is utilized to both make and update the condition of an asset on the server.

The HTTP PUT strategy makes another asset or replaces a portrayal of the objective asset with the other request payload.

User Robthewolf
by
6.0k points