Fix copy-paste typo, remove changes history for request object.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/56642eb7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/56642eb7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/56642eb7
Branch: refs/heads/docs
Commit: 56642eb7221ecfe1941013e495cf38f3d3504f0b
Parents: 3bba592
Author: Alexander Shorin <kxepal@gmail.com>
Authored: Tue Nov 6 01:20:39 2012 +0400
Committer: Dave Cottlehuber <dch@apache.org>
Committed: Sun Nov 18 20:17:55 2012 +0100
----------------------------------------------------------------------
share/doc/src/json-structure.rst | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/56642eb7/share/doc/src/json-structure.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/json-structure.rst b/share/doc/src/json-structure.rst
index f4fd4cc..7b998f9 100644
--- a/share/doc/src/json-structure.rst
+++ b/share/doc/src/json-structure.rst
@@ -349,10 +349,6 @@ Request object
| | (empty string) |
+--------------------------------+---------------------------------------------+
| cookie | Cookies `object`. |
-| | If request method is `GET` method contains |
-| | this field contains ``"undefined"`` value, |
-| | while if `DELETE` or `HEAD` value is ``""`` |
-| | (empty string). |
+--------------------------------+---------------------------------------------+
| form | Form data `object`. |
| | Contains decoded body as key-value pairs if |
@@ -392,13 +388,6 @@ Request object
| | config file. |
+--------------------------------+---------------------------------------------+
-.. versionadded:: 0.9.0
-.. versionchanged:: 0.10.0 Add ``userCtx`` field.
-.. versionchanged:: 0.11.0 Rename ``verb`` field to ``method``.
-.. versionchanged:: 0.11.0 Add ``id``, ``peer`` and ``uuid`` fields.
-.. versionchanged:: 1.1.0 Add ``requested_path`` and ``secObj`` fields.
-.. versionchanged:: 1.2.0 Add ``raw_path`` field.
-
.. code-block:: javascript
{
|