class Async::HTTP::Internet

def initialize(**options)

def initialize(**options)
	@clients = Hash.new
	@options = options
end