lisp-cgi-utils is CGI library for Common Lisp.
It implements 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")
Whats New in This Release:
Support for multibyte encodings was added.
The default encoding was switched to UTF8. |
|
Details
| Publisher: |
Alexander Schreiber |
| Title: |
lisp-cgi-utils 0.10 |
| Platform: |
n/a |
| License: |
LGPL (GNU Lesser General Public License) |
| Price: |
empty |
| Size: |
0.031 MB |
| Downloads: |
10093 |
| Added: |
2006-10-31 |
Download: lisp-cgi-utils 0.10
|