HTTP request methods

I wanted a complete list of the HTTP methods and I found them over here. They are:

  • HEAD
  • GET
  • POST
  • PUT
  • DELETE
  • TRACE
  • OPTIONS
  • CONNECT
  • PATCH

Leave a Reply