mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
[requests] Add _content to Response (#4353)
Co-authored-by: Jaromir Latal <jaro@fb.com>
This commit is contained in:
1
third_party/2and3/requests/models.pyi
vendored
1
third_party/2and3/requests/models.pyi
vendored
@@ -91,6 +91,7 @@ class PreparedRequest(RequestEncodingMixin, RequestHooksMixin):
|
||||
|
||||
class Response:
|
||||
__attrs__: Any
|
||||
_content: Optional[bytes] # undocumented
|
||||
status_code: int
|
||||
headers: CaseInsensitiveDict[str]
|
||||
raw: Any
|
||||
|
||||
Reference in New Issue
Block a user