2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-12 19:10:26 +00:00
cheat.sheets/sheets/rfc
2020-05-02 21:31:32 +02:00

24 lines
603 B
Plaintext

# RFC
# Request for Comments (RFC),
#
# in information and communications technology, is a type of text document from
# the technology community.
# An RFC document may come from many bodies including from
# the Internet Engineering Task Force (IETF),
# the Internet Research Task Force (IRTF),
# the Internet Architecture Board (IAB),
# or from independent authors.
#
# to list all available RFCs
curl cht.sh/rfc/:list
# to list all available RFCs with short description
curl cht.sh/rfc/:describe
# to show RFC 1234
curl cht.sh/rfc/1234
# to list all RFCs with OSPF in the name
curl cht.sh/rfc/ospf