Skip to content

Commit

Permalink
Item13897: Added 'headers' key to the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Nov 4, 2016
1 parent 741239d commit 53a8e92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UnitTestContrib/lib/Foswiki/Engine/Test.pm
Expand Up @@ -5,7 +5,7 @@ use v5.14;

=begin TML
---+!! package Foswiki::Engine::Test
---+!! Class Foswiki::Engine::Test
This is unit tests support engine which is supposed to simulate real-life
environment for test cases.
Expand Down Expand Up @@ -141,6 +141,7 @@ Additionally the following keys are used:
| *Key* | *Initialized attribute* | *Comment* |
| =user=, =remote_user= | =user= | =user= takes precedence |
| =postData= | =postData= | What is defined by the key would end up in engine's =postData= attribute as is, with no modification and will be validated by a request object. |
| =headers= | =headers= | Hash of header => value pairs |
=cut

Expand Down

0 comments on commit 53a8e92

Please sign in to comment.