class Async::HTTP::Protocol::HTTP2::Server
def initialize(stream, *args)
def initialize(stream, *args) @stream = stream framer = ::HTTP::Protocol::HTTP2::Framer.new(stream) super(framer, *args) @requests = Async::Queue.new end
def initialize(stream, *args) @stream = stream framer = ::HTTP::Protocol::HTTP2::Framer.new(stream) super(framer, *args) @requests = Async::Queue.new end