class Protocol::HTTP2::HeadersFrame

def apply(connection)

def apply(connection)
	connection.receive_headers(self)
end