defrest

BSD

defrest: expose functions as REST webservices for ajax or other stuff

$ area51 add defrestCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(defrest:some-function ...)