mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Add Cookie.path_specified (#4464)
This commit is contained in:
@@ -91,6 +91,7 @@ class Cookie:
|
||||
value: Optional[str]
|
||||
port: Optional[str]
|
||||
path: str
|
||||
path_specified: bool
|
||||
secure: bool
|
||||
expires: Optional[int]
|
||||
discard: bool
|
||||
|
||||
Reference in New Issue
Block a user