HTTP request method

HTTP access method and meaning

There are 6 access methods: GET, HEAD, POST, PUT, OPTIONS, DELETE

  • GET Get information header & information body

  • HEAD only gets the information header

  • POST submits data to the server, does not allow repeated primary key data submission, HTML Form form submission

  • PUT submits data, allows repeated submissions, and overwrites existing data with newly submitted data

  • DELETE deletes information from the given address

  • OPTIONS provides a query service for visitors--"What are the available access methods in this URL address"

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324810950&siteId=291194637