This is the hunchentoot-cgi Reference Manual, version 0.3, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:25:45 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
hunchentoot-cgi
Cyrus Harmon <ch-lisp@bobobeach.com>
BSD
0.3
hunchentoot
(system).
puri
(system).
defpackage.lisp
(file).
util.lisp
(file).
hunchentoot-cgi.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
hunchentoot-cgi/hunchentoot-cgi.asd
hunchentoot-cgi/defpackage.lisp
hunchentoot-cgi/util.lisp
hunchentoot-cgi/hunchentoot-cgi.lisp
hunchentoot-cgi/hunchentoot-cgi.asd
hunchentoot-cgi
(system).
hunchentoot-cgi/util.lisp
defpackage.lisp
(file).
hunchentoot-cgi
(system).
copy-stream
(function).
with-program
(macro).
hunchentoot-cgi/hunchentoot-cgi.lisp
defpackage.lisp
(file).
util.lisp
(file).
hunchentoot-cgi
(system).
create-cgi-dispatcher-and-handler
(function).
handle-cgi-script
(function).
host-name
(function).
host-name-and-port
(function).
Packages are listed by definition order.
hunchentoot-cgi
common-lisp
.
hunchentoot
.
create-cgi-dispatcher-and-handler
(function).
copy-stream
(function).
handle-cgi-script
(function).
host-name
(function).
host-name-and-port
(function).
with-program
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Creates an new process of the specified by PROGRAM using PROGRAM-ARGS as a list of the arguments to the program. Binds the stream variable to an input stream from which the output of the process can be read and executes body as an implicit progn.
Copy everything from in to out
A function which acts like a Hunchentoot handler for the file denoted by PATH. Send a content type header corresponding to CONTENT-TYPE or (if that is NIL) tries to determine the content type via the file’s suffix.
Returns just the host portion of the ’Host’ incoming http header value, rather than either host or host:port if the port is specified.
Returns the multiple values host and port (or nil if no port
is specified) of the ’Host’ incoming http header value, rather than
either host or host:port if the port is specified.
Jump to: | C F H M W |
---|
Jump to: | C F H M W |
---|
Jump to: | D F H P S U |
---|
Jump to: | D F H P S U |
---|