class Async::HTTP::Internet

def initialize(**options)

@parameter options [Hash] Options to pass to the underlying {Client} instances.
Initialize the internet client.
def initialize(**options)
	@clients = Hash.new
	@options = options
end