1
0
Fork 0

Adding upstream version 1.25.0.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 09:40:11 +02:00
parent 0d12e1c796
commit 9591974d25
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
1449 changed files with 620551 additions and 0 deletions

View 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