diff options
Diffstat (limited to 'testenv/conf/send_header.py')
-rw-r--r-- | testenv/conf/send_header.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testenv/conf/send_header.py b/testenv/conf/send_header.py index 61dbc0ec..1ac54cc4 100644 --- a/testenv/conf/send_header.py +++ b/testenv/conf/send_header.py @@ -1,5 +1,10 @@ from conf import rule +""" Rule: SendHeader +Have the server send custom headers when responding to a request for the file +this rule is applied to. The header_obj object is expected to be dictionary +mapping headers to their contents. """ + @rule() class SendHeader: |