=htc,doc #18496 make all directive docs have the same style, some
additions
This commit is contained in:
parent
bb053bea2a
commit
cddb1ade40
103 changed files with 212 additions and 335 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue