class Falcon::Command::Serve

def endpoint_options

Options for the {endpoint}.
def endpoint_options
	@options.slice(:hostname, :port, :reuse_port, :timeout)
end