sig/response.rbs in httpx-0.23.4 vs sig/response.rbs in httpx-0.24.0
- old
+ new
@@ -7,9 +7,10 @@
def error: () -> StandardError?
end
class Response
extend Forwardable
+ include Callbacks
include _Response
include _ToS
include _Reader
\ No newline at end of file