Notable RFCs: Unterschied zwischen den Versionen

Aus MattWiki
Keine Bearbeitungszusammenfassung
 
Zeile 27: Zeile 27:
== Notable Sections in RFCs ==
== Notable Sections in RFCs ==


=== HTTP Methods GET, POST, PUT, DELETE ===
=== HTTP Methods GET, POST, PUT, PATCH, DELETE ===
For descriptions of HTTP Methods see methods section in RFC 7213 (in 2024):  
POST - Create new record  


https://datatracker.ietf.org/doc/html/rfc7231#autoid-27  
PUT - Update/overide record specified by record ID
 
PATCH - Update specific fields record specified by record ID
 
DELETE - Delete record specified by record ID
 
For descriptions of HTTP Methods see methods section in RFC 7213 (in 2024):
 
https://datatracker.ietf.org/doc/html/rfc7231#autoid-27
 
 
Post- create new recordPatch - Update the specific fields of recordPut - update/overide the record
   
   
[[Kategorie:Development]]
[[Kategorie:Development]]

Aktuelle Version vom 20. April 2024, 16:41 Uhr

This article lists notable request for comments Documents (RFCs) filed at the Internet Engineering Task Force (IETF), particularly but not exclusive to standards for internet applications.

List of RFCs

RFC Title URL
2068 Hypertext Transfer Protocol -- HTTP/1.1 https://datatracker.ietf.org/doc/html/rfc2068
2616 Hypertext Transfer Protocol -- HTTP/1.1 https://datatracker.ietf.org/doc/html/rfc2616
7231 Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content https://datatracker.ietf.org/doc/html/rfc7231
4122 A Universally Unique IDentifier (UUID) URN Namespace https://datatracker.ietf.org/doc/html/rfc4122

Notable Sections in RFCs

HTTP Methods GET, POST, PUT, PATCH, DELETE

POST - Create new record

PUT - Update/overide record specified by record ID

PATCH - Update specific fields record specified by record ID

DELETE - Delete record specified by record ID

For descriptions of HTTP Methods see methods section in RFC 7213 (in 2024):

https://datatracker.ietf.org/doc/html/rfc7231#autoid-27


Post- create new recordPatch - Update the specific fields of recordPut - update/overide the record