class Async::HTTP::Headers

def stringify(key)

def stringify(key)
	key.to_s.tr('_', '-')
end