sig/plugins/h2c.rbs in httpx-0.22.5 vs sig/plugins/h2c.rbs in httpx-0.23.0

- old
+ new

@@ -1,8 +1,8 @@ module HTTPX module Plugins module H2C - VALID_H2C_VERBS: Array[Symbol] + VALID_H2C_VERBS: Array[verb] def self.load_dependencies: (*untyped) -> void def self.configure: (singleton(Session)) -> void def self.call: (Connection, Request, response) -> void