Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

Please give me Other HTTP Request Methods other than post /get

user-image
Question ajoutée par Zaid Rabab'a , Software Development Team Leader , Al-Safa Co. Ltd.
Date de publication: 2015/02/05
Utilisateur supprimé
par Utilisateur supprimé

Following is the list of other http methods:

HEAD -> Same as GET but returns only HTTP headers and no document body

PUT -> Uploads a representation of the specified URI

DELETE -> Deletes the specified resource

OPTIONS -> Returns the HTTP methods that the server supports

CONNECT -> Converts the request connection to a transparent TCP/IP tunnel

 

Reference: http://www.w3schools.com/tags/ref_httpmethods.asp

Sudharsanam Narasimhan
par Sudharsanam Narasimhan , Engineer 3 Development , Walmart Global Technology centre

PUT is another HTTQ request method

islam khalil
par islam khalil , Technical Manager , iCloudit

There is : PUT , DELETE , 

i hope this enough 

More Questions Like This