missing sig for HTTP2 Connection

This commit is contained in:
HoneyryderChuck 2025-03-19 23:30:36 +00:00
parent 35ac13406d
commit 6af8ad0132
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ module HTTPX
attr_reader streams: Hash[Request, ::HTTP2::Stream]
attr_reader pending: Array[Request]
@connection: HTTP2::Client
@options: Options
@settings: Hash[Symbol, Integer | bool]
@max_concurrent_requests: Integer

View File

@ -5,6 +5,8 @@ module HTTPX
}
class Pool
POOL_TIMEOUT: Integer
type resolver_manager = Resolver::Multi | Resolver::System
@max_connections_per_origin: Integer