From 825f4c1070a6be049a8f8c080607d40d3a81c8d9 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sat, 2 May 2020 21:31:32 +0200 Subject: [PATCH] added rfc --- sheets/rfc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sheets/rfc diff --git a/sheets/rfc b/sheets/rfc new file mode 100644 index 0000000..fd3950b --- /dev/null +++ b/sheets/rfc @@ -0,0 +1,23 @@ +# 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