class Falcon::Command::Proxy

def endpoint(**options)

def endpoint(**options)
	Async::HTTP::Endpoint.parse(@options[:bind], **options)
end