module Async::HTTP::Protocol::HTTP
def self.client(peer, **options)
Only inbound connections can detect HTTP1 vs HTTP2 for http://.
def self.client(peer, **options) HTTP1.client(peer, **options) end
def self.client(peer, **options) HTTP1.client(peer, **options) end