File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ Added ``StreamReader.total_raw_bytes `` to check the number of bytes downloaded
2
+ -- by :user: `robpats `.
Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ Pahaz Blinov
286
286
Panagiotis Kolokotronis
287
287
Pankaj Pandey
288
288
Parag Jain
289
+ Patrick Lee
289
290
Pau Freixes
290
291
Paul Colomiets
291
292
Paul J. Dorn
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Streaming API
20
20
:attr: `aiohttp.ClientResponse.content ` properties for accessing raw
21
21
BODY data.
22
22
23
- Reading Methods
23
+ Reading Attributes and Methods
24
24
---------------
25
25
26
26
.. method :: StreamReader.read(n=-1)
@@ -109,6 +109,13 @@ Reading Methods
109
109
to the end of a HTTP chunk.
110
110
111
111
112
+ .. attribute :: StreamReader.total_raw_bytes
113
+
114
+ The number of bytes of raw data downloaded.
115
+
116
+ Readonly :class: `int ` property.
117
+
118
+
112
119
Asynchronous Iteration Support
113
120
------------------------------
114
121
You can’t perform that action at this time.
0 commit comments