Adding upstream version 1.25.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
0d12e1c796
commit
9591974d25
1449 changed files with 620551 additions and 0 deletions
12
testenv/conf/send_header.py
Normal file
12
testenv/conf/send_header.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
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:
|
||||
def __init__(self, header_obj):
|
||||
self.headers = header_obj
|
Loading…
Add table
Add a link
Reference in a new issue