Add Cookie.path_specified (#4464)

This commit is contained in:
Dan Palmer
2020-08-19 18:48:16 +01:00
committed by GitHub
parent 52e18e856c
commit f093466ad6

View File

@@ -91,6 +91,7 @@ class Cookie:
value: Optional[str]
port: Optional[str]
path: str
path_specified: bool
secure: bool
expires: Optional[int]
discard: bool