clack:Common Lisp的Web服务器抽象层 源码
Clack-通用Lisp的Web应用程序环境 Clack是Common Lisp的Web应用程序环境,其灵感来自Python的WSGI和Ruby的Rack。 用法 ( defvar *handler* (clack:clackup ( lambda (env) (declare (ignore env)) '( 200 (:content-type " text/plain " ) ( " Hello, Clack! " ))))) 打开您的Web浏览器,然后转到 。 您应该得到“你好,克拉克!”。 要停止服务器,请使用(clack:s
文件列表
clack-master.zip
(预估有个85文件)
clack-master
.gitignore
97B
t-clack-handler-fcgi.asd
285B
t
handler
fcgi.lisp
375B
wookie.lisp
277B
hunchentoot.lisp
258B
toot.lisp
271B
nginx.conf
441B
暂无评论