sig/response.rbs in httpx-0.20.3 vs sig/response.rbs in httpx-0.20.4
- old
+ new
@@ -94,16 +94,19 @@
end
class ErrorResponse
include _Response
include Loggable
+ extend Forwardable
@options: Options
@error: Exception
attr_reader request: Request
def status: () -> (Integer | _ToS)
+
+ def uri: () -> URI::Generic
private
def initialize: (Request, Exception, options) -> untyped
end
\ No newline at end of file