sig/request.rbs in httpx-1.2.6 vs sig/request.rbs in httpx-1.3.0

- old
+ new

@@ -17,15 +17,16 @@ attr_accessor peer_address: ipaddr? attr_writer persistent: bool + @query_params: Hash[interned, untyped]? @trailers: Headers? @informational_status: Integer? @query: String? @drainer: Enumerator[String, void]? - def initialize: (Symbol | String, generic_uri, ?options) -> untyped + def initialize: (Symbol | String verb, generic_uri uri, Options options, ?request_params params) -> untyped def interests: () -> (:r | :w) def merge_headers: (_Each[[String, headers_value]]) -> void