0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00

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).
This commit is contained in:
Loïc Hoguin 2014-11-23 20:59:26 +02:00
parent 999dc5b7c1
commit 38b9a78d92
2 changed files with 897 additions and 0 deletions

View file

@ -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