class Falcon::Command::Serve

def endpoint

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