[Prev][Next][Index][Thread]

Re: MCL CGIs = Computed Responses



Hi Glenn,

The computation of responses to URL methods subsumes what you can do
with typical CGI packages. So, you can certainly do what you want.

The distribution of MAC CL-HTTP comes with some documentation and examples.

The examples drive the self-documentation demo. When you load the system using
the default loader http:mac-start-server.lisp, the example code drives the
demo.

The example file found in http:examples;exports.lisp shows you how to do
most everything you might like.

Just copy and edit.

Don't forget to use the various apropos facilities either in lisp or from
the www find-documentation
URL.

You'll need to start the server first and have a look at the documentation.