This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new 73fc1ab Add missing default headers to responses (#607)
73fc1ab is described below
commit 73fc1ab09fd357d9972314df6de2535627f3c73a
Author: Bessenyei Balázs Donát <[email protected]>
AuthorDate: Tue Nov 24 19:16:11 2020 +0100
Add missing default headers to responses (#607)
---
src/api/basics.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/api/basics.rst b/src/api/basics.rst
index 60c76a5..5dc9472 100644
--- a/src/api/basics.rst
+++ b/src/api/basics.rst
@@ -231,6 +231,16 @@ response headers important to CouchDB are listed below.
not know beforehand the size of the data it will send (for example,
the :ref:`changes feed <changes>`).
+- ``X-CouchDB-Body-Time``
+
+ Time spent receiving the request body in milliseconds.
+
+ Available when body content is included in the request.
+
+- ``X-Couch-Request-ID``
+
+ Unique identifier for the request.
+
.. _chunked transfer encoding:
https://en.wikipedia.org/wiki/Chunked_transfer_encoding