From 38b9a78d92e723767b4936f8097a630aad6012e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 23 Nov 2014 20:59:26 +0200 Subject: Add an RFC7230 HTTP/1.1 server specification document This document lists all rules that Cowboy HTTP server will follow after careful analysis of the RFC7230. Do note that not all these rules are implemented or tested yet, and that at the time of commit there may be rules that Cowboy will ultimately not implement (for various reasons including performance or leaving certain aspects up to the user code). --- doc/src/specs/index.ezdoc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/src/specs/index.ezdoc (limited to 'doc/src/specs/index.ezdoc') diff --git a/doc/src/specs/index.ezdoc b/doc/src/specs/index.ezdoc new file mode 100644 index 0000000..b315cf5 --- /dev/null +++ b/doc/src/specs/index.ezdoc @@ -0,0 +1,6 @@ +::: Cowboy Implementation Reference + +The implementation reference documents the behavior of Cowboy +with regards to various standards and specifications. + +* ^"RFC7230 HTTP/1.1 server^rfc7230_server -- cgit v1.2.3