mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
8 lines
120 B
Python
8 lines
120 B
Python
|
from conf import rule
|
||
|
|
||
|
|
||
|
@rule()
|
||
|
class SendHeader:
|
||
|
def __init__(self, header_obj):
|
||
|
self.headers = header_obj
|