class Async::HTTP::Headers

def to_http_hash

def to_http_hash
	Hash[@hash.map{|key, value| ["HTTP_#{key.to_s.upcase}", value]}]
end