hunchentoot:用Common Lisp编写的Web服务器

时间:2021-05-02 15:18:52
【文件属性】:
文件名称:hunchentoot:用Common Lisp编写的Web服务器
文件大小:299KB
文件格式:ZIP
更新时间:2021-05-02 15:18:52
webserver common-lisp CommonLisp Hunchentoot-通用Lisp Web服务器 Hunchentoot是用Common Lisp编写的Web服务器,同时也是用于构建动态网站的工具包。 作为独立的Web服务器,Hunchentoot能够进行HTTP / 1.1分块(双向),持久连接(保持活动)和SSL。 Hunchentoot提供了诸如自动会话处理(带有和不带有cookie),日志记录,可自定义的错误处理以及易于访问客户端发送的GET和POST参数等功能。 它不包括功能以编程方式生成HTML输出。 对于此任务,您可以使用任何喜欢的库,例如或 。 Hunchentoot通过TCP / IP套接字与前端或客户端进行通信,并且可以选择使用多处理程序来同时处理多个请求。 因此,它不能在完全实现。 目前,它可与以及兼容层和支持的所有Lisps一起使用。 Hunchentoot带有因此您基本上可以随心所欲地使用它。 有关H
【文件预览】:
hunchentoot-master
----.gitignore(11B)
----request.lisp(31KB)
----lispworks.lisp(6KB)
----mime-types.lisp(23KB)
----conditions.lisp(5KB)
----CHANGELOG(16KB)
----.pre-release.sh(13B)
----reply.lisp(7KB)
----compat.lisp(3KB)
----acceptor.lisp(40KB)
----CHANGELOG_TBNL(9KB)
----url-rewrite()
--------url-rewrite.lisp(16KB)
--------primitives.lisp(7KB)
--------specials.lisp(3KB)
--------packages.lisp(2KB)
--------util.lisp(6KB)
----cookie.lisp(5KB)
----easy-handlers.lisp(17KB)
----headers.lisp(15KB)
----set-timeouts.lisp(4KB)
----README.md(2KB)
----session.lisp(17KB)
----www()
--------errors()
--------index.html(393B)
--------favicon.ico(1KB)
--------hunchentoot.gif(490B)
--------img()
--------hunchentoot-doc.html(235KB)
----release-checklist.txt(158B)
----hunchentoot.asd(4KB)
----run-test.lisp(2KB)
----specials.lisp(13KB)
----packages.lisp(10KB)
----util.lisp(17KB)
----misc.lisp(13KB)
----ssl.lisp(6KB)
----docs()
--------Makefile(167B)
--------LICENSE.txt(328B)
--------index.html(234KB)
--------clixdoc.xsl(17KB)
--------index.xml(162KB)
--------hunchentoot.gif(490B)
----taskmaster.lisp(22KB)
----make-docstrings.lisp(8KB)
----test()
--------server.crt(1KB)
--------UTF-8-demo.html(13KB)
--------ca.crt(1KB)
--------script-engine.lisp(7KB)
--------fz.jpg(21KB)
--------server+ca.crt(2KB)
--------test-key-no-password.key(2KB)
--------ca-built-via-xca.xdb(184KB)
--------client.crt(1KB)
--------favicon.ico(318B)
--------script.lisp(9KB)
--------test-handlers.lisp(23KB)
--------packages.lisp(2KB)
----log.lisp(3KB)

网友评论