sunet/scheme
sperber d1438eb4a8 Rework the API of path handlers:
Path handlers must now return a response object similar to the
response objects of the PLT web server, encapsulating headers, mime
type, status code, and so on.

A response object in turn can contain an encoding of a body.  The only
presently supported body type is a procedure which just prints the
body.

Other changes:
- split file-dir-handler.scm out from handlers.scm
- moved the ICON-NAME constructor parameters for file handlers to the
  options
- removed input/output port redirections and work with paths
  explicitly
2002-08-26 09:46:11 +00:00
..
ftpd moving proc socket-address->string from ftpd internal to sunet-utilities exports 2002-08-24 16:43:26 +00:00
httpd Rework the API of path handlers: 2002-08-26 09:46:11 +00:00
lib Elide some potentially harmful newlines. 2002-08-26 09:33:36 +00:00
xml
packages.scm Rework the API of path handlers: 2002-08-26 09:46:11 +00:00