A list of registered vls-commands.
At startup the VL server will automatically define hunchentoot command handlers corresponding to all of the commands in this table.
The proper way to extend this table is with define-vls-json or define-vls-html.
Function:
(defun get-vls-commands (world) (declare (xargs :guard t)) (let ((__function__ 'get-vls-commands)) (declare (ignorable __function__)) (cdr (assoc-eq 'commands (table-alist 'vl-server world)))))