sig/session.rbs in httpx-0.24.5 vs sig/session.rbs in httpx-0.24.6
- old
+ new
@@ -49,6 +49,8 @@
def receive_requests: (Array[Request] requests, Array[Connection] connections) -> Array[response]
attr_reader self.default_options: Options
end
+
+ OriginalSession: singleton(Session)
end
\ No newline at end of file