lns.http - a simple pure Lisp web application server


Description

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.

Download

History



back to software index
Last modified 2008-03-27 by Alexander Schreiber