module Async::HTTP::Protocol::HTTP2::WithPush
def self.client(stream, settings = CLIENT_SETTINGS)
def self.client(stream, settings = CLIENT_SETTINGS) HTTP2.client(stream, settings) end
def self.client(stream, settings = CLIENT_SETTINGS) HTTP2.client(stream, settings) end