Archivo:Top-9-HTTP-Request-Methods.gif
Archivo original (800 × 1040 píxeles; tamaño de archivo: 491 KB; tipo MIME: image/gif, bucleado, 55 frames, 2,2s)
Nota: debido a limitaciones técnicas, las miniaturas de imágenes GIF de alta resolución como esta no estarán animadas.
Resumen
Top 9 HTTP Request Methods
GET, POST, PUT... Common HTTP “verbs” in one figure.
1. HTTP GET This retrieves a resource from the server. It is idempotent. Multiple identical requests return the same result.
2. HTTP PUT This updates or Creates a resource. It is idempotent. Multiple identical requests will update the same resource.
3. HTTP POST This is used to create new resources. It is not idempotent, making two identical POST will duplicate the resource creation.
4. HTTP DELETE This is used to delete a resource. It is idempotent. Multiple identical requests will delete the same resource.
5. HTTP PATCH The PATCH method applies partial modifications to a resource.
6. HTTP HEAD The HEAD method asks for a response identical to a GET request but without the response body.
7. HTTP CONNECT The CONNECT method establishes a tunnel to the server identified by the target resource.
8. HTTP OPTIONS This describes the communication options for the target resource.
9. HTTP TRACE This performs a message loop-back test along the path to the target resource.
Historial del archivo
Haz clic sobre una fecha y hora para ver el archivo tal como apareció en ese momento.
| Fecha y hora | Miniatura | Dimensiones | Usuario | Comentario | |
|---|---|---|---|---|---|
| actual | 20:02 14 feb 2025 | 800 × 1040 (491 KB) | Joselv (discusión | contribuciones) | Fonte: https://www.linkedin.com/feed/update/urn:li:activity:7289514638608670720/?updateEntityUrn=urn%3Ali%3Afs_updateV2%3A%28urn%3Ali%3Aactivity%3A7289514638608670720%2CFEED_DETAIL%2CEMPTY%2CDEFAULT%2Cfalse%29 Top 9 HTTP Request Methods GET, POST, PUT... Common HTTP “verbs” in one figure. 1. HTTP GET This retrieves a resource from the server. It is idempotent. Multiple identical requests return the same result. 2. HTTP PUT This updates or Creates a resource. It is idempotent. Multiple ident… |
No puedes sobrescribir este archivo.
Usos del archivo
La siguiente página usa este archivo: