lns.http is a simple framework for writing Common Lisp web applications. It handles the incoming connections, parses HTTP headers and queries and finally hands control over to your URL handler. lns.http is a HTTP/1.1 compatible web server but tries to achieve compatibility with lesser (down to the informal HTTP/0.9) clients.
The lns.http web server uses lisp-network-server to take care of network handling.
This software is licensed unter the LGPL 2.1.