You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2015/02/06 21:48:29 UTC

trafficserver git commit: Add docs regarding escaped versions of the header maps

Repository: trafficserver
Updated Branches:
  refs/heads/master 161e0c3c4 -> 810d877db


Add docs regarding escaped versions of the header maps


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

Branch: refs/heads/master
Commit: 810d877db4b4e05834b42628ac6156a2da2c8bf8
Parents: 161e0c3
Author: Thomas Jackson <ja...@gmail.com>
Authored: Fri Feb 6 12:42:56 2015 -0800
Committer: James Peach <jp...@apache.org>
Committed: Fri Feb 6 12:48:19 2015 -0800

----------------------------------------------------------------------
 doc/admin/event-logging-formats.en.rst | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/810d877d/doc/admin/event-logging-formats.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/event-logging-formats.en.rst b/doc/admin/event-logging-formats.en.rst
index 5940ffe..bd70702 100644
--- a/doc/admin/event-logging-formats.en.rst
+++ b/doc/admin/event-logging-formats.en.rst
@@ -43,6 +43,9 @@ The following list describes Traffic Server custom logging fields.
     HTTP header. For example, ``%<{Accept-Language}cqh>`` logs the
     ``Accept-Language:`` field in client request headers.
 
+    .. note::
+        ecqh is the escaped version of this map
+
 .. _pqh:
 
 ``{HTTP header field name}pqh``
@@ -50,6 +53,9 @@ The following list describes Traffic Server custom logging fields.
     HTTP header. For example, ``%<{Authorization}pqh>`` logs
     the ``Authorization:`` field in proxy request headers.
 
+    .. note::
+        epqh is the escaped version of this map
+
 .. _psh:
 
 ``{HTTP header field name}psh``
@@ -57,6 +63,9 @@ The following list describes Traffic Server custom logging fields.
     HTTP header. For example, ``%<{Retry-After}psh>`` logs the
     ``Retry-After:`` field in proxy response headers.
 
+    .. note::
+        epsh is the escaped version of this map
+
 .. _ssh:
 
 ``{HTTP header field name}ssh``
@@ -64,6 +73,19 @@ The following list describes Traffic Server custom logging fields.
     HTTP header. For example, ``%<{Age}ssh>`` logs the ``Age:`` field in
     server response headers.
 
+    .. note::
+        essh is the escaped version of this map
+
+.. _cssh:
+
+``{HTTP header field name}cssh``
+    Logs the information in the requested field of the cached server response
+    HTTP header. For example, ``%<{Age}cssh>`` logs the ``Age:`` field in
+    the cached server response headers.
+
+    .. note::
+        ecssh is the escaped version of this map
+
 .. _caun:
 
 ``caun``