Question - What are the different types of HTTP requests?
Answer -
HTTP defines a set of request methods used to perform desired actions. The request methods include:
- GET: Used to retrieve the data
- POST: Generally used to make a change in state or reactions on the server
- HEAD: Similar to the GET method, but asks for the response without the response body
- DELETE: Used to delete the predetermined resource