class Async::HTTP::Headers

def [] key

def [] key
	@indexed ||= to_h
	
	@indexed[key]
end