René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

HTTP Request Methods

GET

If a request is made from a html form the GET method can be specified with the method attribute.

POST

If a request is made from a html form the POST method can be specified with the method attribute.

HEAD

HEAD is similar to GET, but returns only the header.

PUT

DELETE

TRACE

OPTIONS