class Seahorse::Client::AsyncBase
def initialize(plugins, options)
def initialize(plugins, options) super @connection = H2::Connection.new(options) @options = options end
def initialize(plugins, options) super @connection = H2::Connection.new(options) @options = options end