Notable RFCs: Unterschied zwischen den Versionen

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


=== HTTP Methods GET, POST, PUT, PATCH, DELETE ===
=== [[rfc:7231|RFC 7231]] HTTP Methods GET, POST, PUT, PATCH, DELETE ===
POST - Create new record   
POST - Create new record   



Aktuelle Version vom 25. Mai 2025, 21:51 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

RFC 7231 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