sig/connection/http1.rbs in httpx-0.12.0 vs sig/connection/http1.rbs in httpx-0.13.0
- old
+ new
@@ -2,9 +2,10 @@
class Connection::HTTP1
include Callbacks
include Loggable
attr_reader pending: Array[Request]
+ attr_reader requests: Array[Request]
@options: Options
@max_concurrent_requests: Integer
@max_requests: Integer
@parser: HTTP1
\ No newline at end of file