_______ is used in REST to request the server to accept the entity enclosed in the request as a new subordinate of the web resource.

  • DELETE
  • PATCH
  • POST
  • PUT
In REST, the POST method is used to request the server to accept the entity enclosed in the request as a new subordinate of the web resource. It is often used for creating a new resource or submitting data to be processed, and the server responds with the details of the newly created resource.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *