Reprinted: HTTP Method

Source: Internet
Author: User

About HTTP method:

 

Get asks to get the thing (resource/file) at the requested URL.


Post asks the server to accept the body info attached to the request, and give it to the thing at the requested URL it's like a fat get... A get with extra info sent with the request.


Head asks for only the header part of whatever a get wocould return. so it's just like get, but with no body in the response. gives you info about the requested URL without actually getting back the real thing.


Trace asks for a loopback of the request message, so that the client can see what's being stored ed on the other end, for testing or troubleshooting.


Put says to put the enclosed Info (the body) at the requested URL.


Delete says to delete the thing (resource/file) at the requested URL.


Options asks for a list of the HTTP methods to which the thing at the requested URL can respond.


Connect says to connect for the purposes of tunneling.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.