mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
module HTTPX
|
|
module Plugins
|
|
module H2
|
|
module ConnectionMethods
|
|
def upgrade_to_h2: () -> void
|
|
end
|
|
end
|
|
end
|
|
end |