Métodos HTTP
De WikiEducator
Trabajo en proceso, espera cambios frecuentes. Tu ayuda y retroalimentación son bienvenidos. Ver página de charlas. |
RFC2068 define los métodos:
- GET: This option is used to reply with information on resource, most common
- POST: This option is used to receive from browser/client updated information for resource
- PUT: This option is like POST, but repeat PUT calls on a resource should have no effect
- DELETE: Using this option removes the resource
- HEAD: This option is like GET, but replies only with HTTP headers and not content
- OPTIONS: This option is used to determine which methods are available for resource