sig/transcoder/body.rbs in httpx-0.24.7 vs sig/transcoder/body.rbs in httpx-1.0.0
- old
+ new
@@ -5,15 +5,16 @@
end
class Encoder
extend Forwardable
- include _Encoder
- include _ToS
-
@raw: bodyIO
+ def bytesize: () -> (Integer | Float)
+
def content_type: () -> String
+
+ def to_s: () -> String
private
def initialize: (untyped body) -> untyped
end
\ No newline at end of file