lisp-cgi-utils 0.10 review

Download
by rbytes.net on

lisp-cgi-utils is a CGI library for Common Lisp. It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST

License: LGPL (GNU Lesser General Public License)
File size: 29K
Developer: Alexander Schreiber
0 stars award from rbytes.net

lisp-cgi-utils is a CGI library for Common Lisp.

It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms.

lisp-cgi-utils also supports HTTP cookies for managing state across requests.

Usage:

- load the HTTP and HTML packages into your Lisp image simply by
(load "http.lisp")
(load "html.lisp")

What's New in This Release:
Support for multibyte encodings was added.
The default encoding was switched to UTF8.

lisp-cgi-utils 0.10 keywords