sig/transcoder/body.rbs in httpx-0.15.4 vs sig/transcoder/body.rbs in httpx-0.16.0
- old
+ new
@@ -1,18 +1,23 @@
module HTTPX
module Transcoder
module Body
+ class Error < HTTPX::Error
+ end
+
class Encoder
+ extend Forwardable
+
include _Encoder
include _ToS
@raw: bodyIO
def content_type: () -> String
private
- def initialize: (untyped body ) -> untyped
+ def initialize: (untyped body) -> untyped
end
def self?.encode: (bodyIO body) -> Encoder
end
end
\ No newline at end of file