class Falcon::Command::Serve

def endpoint

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