From 09dda5d769de375e4948d4abe80a12a75c0e8ce9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 5 Aug 2014 23:48:16 +0200 Subject: [PATCH] HACKING: Add some RFCs/standards. --- doc/HACKING.asciidoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/HACKING.asciidoc b/doc/HACKING.asciidoc index 9dd8bf942..10185f6fd 100644 --- a/doc/HACKING.asciidoc +++ b/doc/HACKING.asciidoc @@ -173,6 +173,20 @@ Some resources which might be handy: * http://httpbin.org/[httpbin, a test service for HTTP requests/responses] * http://requestb.in/[RequestBin, a service to inspect HTTP requests] +Related RFCs and standards: + +* https://www.rfc-editor.org/rfc/rfc2616.txt[RFC 2616 - Hypertext Transfer +Protocol -- HTTP/1.1] +* https://www.rfc-editor.org/rfc/rfc6266.txt[RFC 6266 - Use of the +Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)] +* http://www.rfc-editor.org/rfc/rfc6265.txt[RFC 6265 - HTTP State Management +Mechanism (Cookies)] +* http://www.cookiecentral.com/faq/#3.5[Netscape Cookie Format] +* http://www.w3.org/TR/CSS2/[Cascading Style Sheets Level 2 Revision 1 (CSS +2.1) Specification] +* http://qt-project.org/doc/qt-4.8/stylesheet-reference.html[Qt Style Sheets +Reference] + Hints -----