Diferencia entre revisiones de «Usuario:Lmorillas/desarrollo web servidor/metodos http»

De WikiEducator
Saltar a: navegación, buscar
(Página creada con '{{MiTitulo|Métodos HTTP}} {{TEP}} '''RFC2068''' define los métodos: * GET: This option is used to reply with information on resource, most common * POST: This option is used…')
 
(Sin diferencias)

Última revisión de 19:03 11 nov 2013


Road Works.svg Trabajo en proceso, espera cambios frecuentes. Tu ayuda y retroalimentación son bienvenidos.
Ver página de charlas.
Road Works.svg


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