descriptionCommon Lisp web server
homepage URLhttp://weitz.de/hunchentoot
repository URLhttps://github.com/edicl/hunchentoot.git
ownertrebbu@googlemail.com
last changeSat, 27 Apr 2024 01:01:31 +0000 (27 04:01 +0300)
last refreshTue, 7 May 2024 14:25:06 +0000 (7 16:25 +0200)
content tags
add:
README.md

Hunchentoot - The Common Lisp web server

Hunchentoot is a web server written in Common Lisp and at the same time a toolkit for building dynamic websites. As a stand-alone web server, Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent connections (keep-alive), and SSL.

Hunchentoot provides facilities like automatic session handling (with and without cookies), logging, customizable error handling, and easy access to GET and POST parameters sent by the client. It does not include functionality to programmatically generate HTML output. For this task you can use any library you like, e.g. CL-WHO or HTML-TEMPLATE.

Hunchentoot talks with its front-end or with the client over TCP/IP sockets and optionally uses multiprocessing to handle several requests at the same time. Therefore, it cannot be implemented completely in portable Common Lisp. It currently works with LispWorks and all Lisps which are supported by the compatibility layers usocket and Bordeaux Threads.

Hunchentoot comes with a BSD-style license so you can basically do with it whatever you want.

Complete documentation for Hunchentoot including details about how to install it can be found in the docs directory or at the project website.

shortlog
10 days ago Stas Boukarev1.3.1masterv1.3.1
10 days ago Stas BoukarevRemove outdated documentation.
2024-04-13 Stas Boukarevwith-conditions-caught-and-logged: observe *catch-error...
2024-04-12 Hans HübnerMerge pull request #228 from daedsidog/daedsidog-patch-1
2024-04-12 daedsidogAdd WebAssembly mime type
2024-01-25 Hans HübnerMerge pull request #225 from lisp-maintainers/lw-attach...
2024-01-20 Manfred BergmannRemoved `format`.
2024-01-20 Manfred BergmannDoing ssl-ctx setup on an acceptor basis.
2024-01-20 Manfred BergmannFixed attaching ssl-ctx to stream for Lispworks (8).
2023-03-24 Hans HübnerMerge pull request #214 from foretspaisibles/ensure...
2023-03-23 Michaël Le... Ensure that an EASY-ACCEPTOR is composable with other...
2023-03-14 Phoebe Goldmanrewrite system definitions for simplicity, style and...
2022-06-02 Hans HübnerMerge pull request #206 from lisp-maintainers/master
2022-06-02 vindarelDocument *SHOW-LISP-ERRORS-P* required for custom error...
2022-01-10 Matthew StickneyFix shutdown acceptor wake when listening on 0.0.0...
2021-10-30 Fabien Pelletieradd SameSite cookie attribute (#202)
...
tags
10 days ago v1.3.1
4 years ago v1.3.0
6 years ago v1.2.38
7 years ago v1.2.37
7 years ago v1.2.36
8 years ago v1.2.35
8 years ago v1.2.34
8 years ago v1.2.33
9 years ago v1.2.32
9 years ago v1.2.31
9 years ago v1.2.30
9 years ago v1.2.29
9 years ago v1.2.28
9 years ago v1.2.27
10 years ago v1.2.26
10 years ago v1.2.25
...
heads
10 days ago master
2 years ago asd-cleanup
8 years ago revert-102-session-validation
9 years ago fix-304-behavior
9 years ago v1.2.30
9 years ago v1.2.29
9 years ago socket-detaching
11 years ago clix-docstrings
12 years ago v1.2