sig/response.rbs in httpx-0.21.1 vs sig/response.rbs in httpx-0.22.0
- old
+ new
@@ -46,16 +46,17 @@
class Body
include _Reader
include _ToS
include _ToStr
+ attr_reader encoding: String
+
@response: Response
@headers: Headers
@options: Options
@state: :idle | :memory | :buffer | :closed
@threshold_size: Integer
@window_size: Integer
- @encoding: String
@length: Integer
@buffer: StringIO | Tempfile | nil
def write:(String chunk) -> Integer?
\ No newline at end of file