class Falcon::Command::Serve

def client_endpoint

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