Skip to content

Commit 09718c6

Browse files
jermenkooJaromir Latal
andauthored
[requests] Add _content to Response (#4353)
Co-authored-by: Jaromir Latal <[email protected]>
1 parent 29dec52 commit 09718c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/2and3/requests/models.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class PreparedRequest(RequestEncodingMixin, RequestHooksMixin):
9191

9292
class Response:
9393
__attrs__: Any
94+
_content: Optional[bytes] # undocumented
9495
status_code: int
9596
headers: CaseInsensitiveDict[str]
9697
raw: Any

0 commit comments

Comments
 (0)