You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/08/21 18:37:46 UTC

[19/50] git commit: updated refs/heads/1781-reorganize-and-improve-docs to 360107b

Provide reference for Cookie and Set-Cookie headers.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d02e78be
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d02e78be
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d02e78be

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: d02e78be8bc7925d6f7515d5d73a6aa42b574188
Parents: 46fcd24
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Aug 12 00:17:12 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Aug 21 20:27:19 2013 +0400

----------------------------------------------------------------------
 share/doc/ext/httpdomain.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d02e78be/share/doc/ext/httpdomain.py
----------------------------------------------------------------------
diff --git a/share/doc/ext/httpdomain.py b/share/doc/ext/httpdomain.py
index b107a8f..4af6291 100644
--- a/share/doc/ext/httpdomain.py
+++ b/share/doc/ext/httpdomain.py
@@ -90,6 +90,7 @@ HEADER_REFS = {
     'Allow': RFC2616Ref(14.7),
     'Authorization': RFC2616Ref(14.8),
     'Cache-Control': RFC2616Ref(14.9),
+    'Cookie': IETFRef(2109, '4.3.4'),
     'Connection': RFC2616Ref(14.10),
     'Content-Encoding': RFC2616Ref(14.11),
     'Content-Language': RFC2616Ref(14.12),
@@ -119,6 +120,7 @@ HEADER_REFS = {
     'Referer': RFC2616Ref(14.36),
     'Retry-After': RFC2616Ref(14.37),
     'Server': RFC2616Ref(14.38),
+    'Set-Cookie': IETFRef(2109, '4.2.2'),
     'TE': RFC2616Ref(14.39),
     'Trailer': RFC2616Ref(14.40),
     'Transfer-Encoding': RFC2616Ref(14.41),