class Async::HTTP::URLEndpoint

def self.parse(string, **options)

def self.parse(string, **options)
	self.new(URI.parse(string), **options)
end