mirror of
https://github.com/mirror/wget.git
synced 2025-01-04 01:10:28 +08:00
8 lines
122 B
Python
8 lines
122 B
Python
|
from conf import rule
|
||
|
|
||
|
|
||
|
@rule()
|
||
|
class ExpectHeader:
|
||
|
def __init__(self, header_obj):
|
||
|
self.headers = header_obj
|