sig/plugins/h2c.rbs in httpx-0.15.4 vs sig/plugins/h2c.rbs in httpx-0.16.0
- old
+ new
@@ -13,9 +13,7 @@
module ConnectionMethods
def upgrade_to_h2c: (Request, Response) -> void
end
end
-
- type sessionH2C = Session & Plugins::H2C::InstanceMethods
end
end