Notable RFCs

Aus MattWiki

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