أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
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
PUT is another HTTQ request method
There is : PUT , DELETE ,
i hope this enough