class Async::HTTP::Headers

def initialize(fields = [])

def initialize(fields = [])
	@fields = fields
	@indexed = to_h
end