sig/response.rbs in httpx-1.2.3 vs sig/response.rbs in httpx-1.2.4
- old
+ new
@@ -68,9 +68,10 @@
def initialize: (String? header_value) -> void
end
class ErrorResponse
include _Response
+ include _Reader
include Loggable
extend Forwardable
@options: Options
@error: Exception
\ No newline at end of file