mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +08:00
Add missing headers field (#1946)
This commit is contained in:
committed by
Jelle Zijlstra
parent
1fe9fd83fa
commit
89e5d9607c
@@ -47,6 +47,7 @@ class Request:
|
||||
origin_req_host = ... # type: str
|
||||
selector = ... # type: str
|
||||
data = ... # type: Optional[bytes]
|
||||
headers = ... # type: Dict[str, str]
|
||||
unverifiable = ... # type: bool
|
||||
method = ... # type: Optional[str]
|
||||
def __init__(self, url: str, data: Optional[bytes] = ...,
|
||||
|
||||
Reference in New Issue
Block a user