mirror of
https://github.com/mirror/wget.git
synced 2025-02-01 15:20:08 +08: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
|