class Falcon::Command::Serve

def client_endpoint

The endpoint suitable for a client to connect.
def client_endpoint
	Async::HTTP::Endpoint.parse(@options[:bind], **endpoint_options)
end