=htc,doc #18496 make all directive docs have the same style, some

additions
This commit is contained in:
Konrad Malawski 2015-10-09 15:19:36 +02:00
parent bb053bea2a
commit cddb1ade40
103 changed files with 212 additions and 335 deletions

View file

@ -3,8 +3,6 @@
optionalHeaderValueByName
=========================
Optionally extracts the value of the HTTP request header with the given name.
Signature
---------
@ -13,8 +11,9 @@ Signature
Description
-----------
Optionally extracts the value of the HTTP request header with the given name.
The ``optionalHeaderValueByName`` directive is similar to the ``headerValueByName`` directive but always extracts
The ``optionalHeaderValueByName`` directive is similar to the :ref:`-headerValueByName-` directive but always extracts
an ``Option`` value instead of rejecting the request if no matching header could be found.
Example