[Next][Index][Thread]

No Subject


1. define a mime-type using http::define-mime-content-type.  You actually just
need to add a minor type to the :multipart definition in
http:server;headers.lisp

2. define an internal content-type keyword that refers to the specific
content type
using http::define-content-type-name

3. Define some macrology to use within a response function.

I took a quick shot at these but did not have time to test out the code in
an actual server push.  Perhaps you can try them out, make any adjustments to
the abstractions that you think we need, and report back how it all works.

See:
http://wilson.ai.mit.edu/cl-http/sources/lispm/patch/cl-http-44/cl-http-44-3
.lisp

regards John