2025-05-13 15:44:21 +01:00

9 lines
140 B
Plaintext

module HTTPX
module Plugins
module H2
module ConnectionMethods
def upgrade_to_h2: () -> void
end
end
end
end