mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
missing sig for HTTP2 Connection
This commit is contained in:
parent
35ac13406d
commit
6af8ad0132
@ -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
|
||||
|
@ -5,6 +5,8 @@ module HTTPX
|
||||
}
|
||||
|
||||
class Pool
|
||||
POOL_TIMEOUT: Integer
|
||||
|
||||
type resolver_manager = Resolver::Multi | Resolver::System
|
||||
|
||||
@max_connections_per_origin: Integer
|
||||
|
Loading…
x
Reference in New Issue
Block a user